#56E8CF

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

Shades of Turquoise #56E8CF

Tints of Turquoise #56E8CF

Color information

#56E8CF (or 0x56E8CF) is unknown color: approx Turquoise. HEX triplet: 56, E8 and CF. RGB value is (86,232,207). Sum of RGB (Red+Green+Blue) = 86+232+207=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #56E8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E8CF is #A91730. Grayscale: #B9B9B9. Windows color (decimal): -11081521 or 13625430. OLE color: 13625430.

HSL color Cylindrical-coordinate representation of color #56E8CF: hue angle of 169.73º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E8CF is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB86232207-
CMYK0.6300.110.09
HSL169.73º76.04%62.35%-
HSV(B)169.73º62.93%90.98%-
XYZ43.9664.269.11-
YUV185.5140.1357.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.38%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=16.38%
G=44.19%
B=39.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862322070.6300.110.09169.7376.0462.35
Hex56E8CF3F0B9aa4c3e
Octal126350317770131125211476
Binary10101101110100011001111111111010111001101010101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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