#5CEFCA

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

Shades of Turquoise #5CEFCA

Tints of Turquoise #5CEFCA

Color information

#5CEFCA (or 0x5CEFCA) is unknown color: approx Turquoise. HEX triplet: 5C, EF and CA. RGB value is (92,239,202). Sum of RGB (Red+Green+Blue) = 92+239+202=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFCA is #A31035. Grayscale: #BEBEBE. Windows color (decimal): -10686518 or 13299548. OLE color: 13299548.

HSL color Cylindrical-coordinate representation of color #5CEFCA: hue angle of 164.9º 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 #5CEFCA is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB92239202-
CMYK0.6200.150.06
HSL164.9º82.12%64.9%-
HSV(B)164.9º61.51%93.73%-
XYZ45.9468.2766.63-
YUV190.83134.357.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.26%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=17.26%
G=44.84%
B=37.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal922392020.6200.150.06164.982.1264.9
Hex5CEFCA3E0F6a55241
Octal134357312760176245122101
Binary10111001110111111001010111110011111101010010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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