#5CEAE7

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

Shades of Turquoise Blue #5CEAE7

Tints of Turquoise Blue #5CEAE7

Color information

#5CEAE7 (or 0x5CEAE7) is unknown color: approx Turquoise Blue. HEX triplet: 5C, EA and E7. RGB value is (92,234,231). Sum of RGB (Red+Green+Blue) = 92+234+231=557 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.52% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEAE7 is #A31518. Grayscale: #BFBFBF. Windows color (decimal): -10687769 or 15198812. OLE color: 15198812.

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

Color convert

RGB92234231-
CMYK0.6100.010.08
HSL178.73º77.17%63.92%-
HSV(B)178.73º60.68%91.76%-
XYZ48.2666.8985.97-
YUV191.2150.4657.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.52%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=16.52%
G=42.01%
B=41.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal922342310.6100.010.08178.7377.1763.92
Hex5CEAE73D018b34d40
Octal134352347750110263115100
Binary101110011101010111001111111010110001011001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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