#5CEFED

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

Shades of Turquoise Blue #5CEFED

Tints of Turquoise Blue #5CEFED

Color information

#5CEFED (or 0x5CEFED) is unknown color: approx Turquoise Blue. HEX triplet: 5C, EF and ED. RGB value is (92,239,237). Sum of RGB (Red+Green+Blue) = 92+239+237=568 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.20% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFED is #A31012. Grayscale: #C2C2C2. Windows color (decimal): -10686483 or 15593308. OLE color: 15593308.

HSL color Cylindrical-coordinate representation of color #5CEFED: hue angle of 179.18º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFED is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB92239237-
CMYK0.6200.010.06
HSL179.18º82.12%64.9%-
HSV(B)179.18º61.51%93.73%-
XYZ50.5770.1290.99-
YUV194.82151.854.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.20%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=16.20%
G=42.08%
B=41.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal922392370.6200.010.06179.1882.1264.9
Hex5CEFED3E016b35241
Octal13435735576016263122101
Binary10111001110111111101101111110011101011001110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,239,237); }

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

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

 a { background-color: rgb(92,239,237); }

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

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

 span { border-color: rgb(92,239,237); }

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