#56E9CD

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

Shades of Turquoise #56E9CD

Tints of Turquoise #56E9CD

Color information

#56E9CD (or 0x56E9CD) is unknown color: approx Turquoise. HEX triplet: 56, E9 and CD. RGB value is (86,233,205). Sum of RGB (Red+Green+Blue) = 86+233+205=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E9CD is #A91632. Grayscale: #B9B9B9. Windows color (decimal): -11081267 or 13494614. OLE color: 13494614.

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

Color convert

RGB86233205-
CMYK0.6300.120.09
HSL168.57º76.96%62.55%-
HSV(B)168.57º63.09%91.37%-
XYZ4464.6667.92-
YUV185.86138.856.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.41%
GREEN value IS 233 (91.41% from 255) = 44.47%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=16.41%
G=44.47%
B=39.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862332050.6300.120.09168.5776.9662.55
Hex56E9CD3F0C9a94d3f
Octal126351315770141125111577
Binary10101101110100111001101111111011001001101010011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,233,205); }

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

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

 a { background-color: rgb(86,233,205); }

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

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

 span { border-color: rgb(86,233,205); }

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