#5CD6E9

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

Shades of Turquoise Blue #5CD6E9

Tints of Turquoise Blue #5CD6E9

Color information

#5CD6E9 (or 0x5CD6E9) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D6 and E9. RGB value is (92,214,233). Sum of RGB (Red+Green+Blue) = 92+214+233=539 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.07% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #5CD6E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD6E9 is #A32916. Grayscale: #B3B3B3. Windows color (decimal): -10692887 or 15324764. OLE color: 15324764.

HSL color Cylindrical-coordinate representation of color #5CD6E9: hue angle of 188.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CD6E9 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB92214233-
CMYK0.610.0800.09
HSL188.09º76.22%63.73%-
HSV(B)188.09º60.52%91.37%-
XYZ43.1756.2585.67-
YUV179.69158.0865.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.07%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=17.07%
G=39.70%
B=43.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal922142330.610.0800.09188.0976.2263.73
Hex5CD6E93D809bc4c40
Octal1343263517510011274114100
Binary101110011010110111010011111011000010011011110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CD6E9; }

 p { color: rgb(92,214,233); }

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

<style>
 a { background-color: #5CD6E9; }

 a { background-color: rgb(92,214,233); }

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

<style>
 span { border-color: #5CD6E9; }

 span { border-color: rgb(92,214,233); }

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