#56E5CF

Color #56E5CF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #56E5CF

Tints of Turquoise #56E5CF

Color information

#56E5CF (or 0x56E5CF) is unknown color: approx Turquoise. HEX triplet: 56, E5 and CF. RGB value is (86,229,207). Sum of RGB (Red+Green+Blue) = 86+229+207=522 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.48% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E5CF is #A91A30. Grayscale: #B7B7B7. Windows color (decimal): -11082289 or 13624662. OLE color: 13624662.

HSL color Cylindrical-coordinate representation of color #56E5CF: hue angle of 170.77º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E5CF is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB86229207-
CMYK0.6200.100.10
HSL170.77º73.33%61.76%-
HSV(B)170.77º62.45%89.8%-
XYZ43.1262.5268.83-
YUV183.74141.1258.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 16.48%
GREEN value IS 229 (89.84% from 255) = 43.87%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=16.48%
G=43.87%
B=39.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862292070.6200.100.10170.7773.3361.76
Hex56E5CF3E0AAab493e
Octal126345317760121225311176
Binary10101101110010111001111111110010101010101010111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56E5CF; }

 p { color: rgb(86,229,207); }

 H1.HeaderClassName
 {
   color: #56E5CF;
 }
 .AnyTagClassName
 {
   color: #56E5CF;
 }
</style>
background-color css

<style>
 a { background-color: #56E5CF; }

 a { background-color: rgb(86,229,207); }

 div.DivClassName
 {
   background-color: #56E5CF;
 }
 .BgClassName
 {
   background-color: #56E5CF;
 }
</style>
border-color css

<style>
 span { border-color: #56E5CF; }

 span { border-color: rgb(86,229,207); }

 td.TdClassName
 {
   border-color: #56E5CF;
 }
 .TagClassName
 {
   border-color: #56E5CF;
 }
</style>