#5CECEA

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

Shades of Turquoise Blue #5CECEA

Tints of Turquoise Blue #5CECEA

Color information

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

HSL color Cylindrical-coordinate representation of color #5CECEA: hue angle of 179.17º 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 #5CECEA is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB92236234-
CMYK0.6100.010.07
HSL179.17º79.12%64.31%-
HSV(B)179.17º61.02%92.55%-
XYZ49.2668.2188.41-
YUV192.72151.2956.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal922362340.6100.010.07179.1779.1264.31
Hex5CECEA3D017b34f40
Octal13435435275017263117100
Binary10111001110110011101010111101011111011001110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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