#24EECC

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

Shades of Turquoise #24EECC

Tints of Turquoise #24EECC

Color information

#24EECC (or 0x24EECC) is unknown color: approx Turquoise. HEX triplet: 24, EE and CC. RGB value is (36,238,204). Sum of RGB (Red+Green+Blue) = 36+238+204=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #24EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EECC is #DB1133. Grayscale: #ADADAD. Windows color (decimal): -14356788 or 13430308. OLE color: 13430308.

HSL color Cylindrical-coordinate representation of color #24EECC: hue angle of 169.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EECC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB36238204-
CMYK0.8500.140.07
HSL169.9º85.59%53.73%-
HSV(B)169.9º84.87%93.33%-
XYZ42.265.8867.62-
YUV173.73145.0829.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.53%
GREEN value IS 238 (93.36% from 255) = 49.79%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=7.53%
G=49.79%
B=42.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal362382040.8500.140.07169.985.5953.73
Hex24EECC550E7aa5636
Octal44356314125016725212666
Binary1001001110111011001100101010101110111101010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24EECC; }

 p { color: rgb(36,238,204); }

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

<style>
 a { background-color: #24EECC; }

 a { background-color: rgb(36,238,204); }

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

<style>
 span { border-color: #24EECC; }

 span { border-color: rgb(36,238,204); }

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