#24CCD4

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

Shades of Dark Turquoise #24CCD4

Tints of Dark Turquoise #24CCD4

Color information

#24CCD4 (or 0x24CCD4) is unknown color: approx Dark Turquoise. HEX triplet: 24, CC and D4. RGB value is (36,204,212). Sum of RGB (Red+Green+Blue) = 36+204+212=452 (59% of max value = 765). Red value is 36 (14.45% from 255 or 7.96% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #24CCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CCD4 is #DB332B. Grayscale: #9A9A9A. Windows color (decimal): -14365484 or 13945892. OLE color: 13945892.

HSL color Cylindrical-coordinate representation of color #24CCD4: hue angle of 182.73º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CCD4 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB36204212-
CMYK0.830.0400.17
HSL182.73º70.97%48.63%-
HSV(B)182.73º83.02%83.14%-
XYZ34.248.3169.81-
YUV154.68160.3443.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.96%
GREEN value IS 204 (80.08% from 255) = 45.13%
BLUE value IS 212 (83.20% from 255) = 46.90%
R=7.96%
G=45.13%
B=46.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal362042120.830.0400.17182.7370.9748.63
Hex24CCD4534011b74731
Octal44314324123402126710761
Binary10010011001100110101001010011100010001101101111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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