#5CEAEC

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

Shades of Turquoise Blue #5CEAEC

Tints of Turquoise Blue #5CEAEC

Color information

#5CEAEC (or 0x5CEAEC) is unknown color: approx Turquoise Blue. HEX triplet: 5C, EA and EC. RGB value is (92,234,236). Sum of RGB (Red+Green+Blue) = 92+234+236=562 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.37% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEAEC is #A31513. Grayscale: #BFBFBF. Windows color (decimal): -10687764 or 15526492. OLE color: 15526492.

HSL color Cylindrical-coordinate representation of color #5CEAEC: hue angle of 180.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEAEC is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB92234236-
CMYK0.610.0100.07
HSL180.83º79.12%64.31%-
HSV(B)180.83º61.02%92.55%-
XYZ48.9867.1889.74-
YUV191.77152.9656.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.37%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=16.37%
G=41.64%
B=41.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal922342360.610.0100.07180.8379.1264.31
Hex5CEAEC3D107b54f40
Octal13435235475107265117100
Binary10111001110101011101100111101101111011010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,234,236); }

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

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

 a { background-color: rgb(92,234,236); }

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

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

 span { border-color: rgb(92,234,236); }

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