#24d0cc

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

Shades of Turquoise #24D0CC

Tints of Turquoise #24D0CC

Color information

#24D0CC (or 0x24D0CC) is unknown color: approx Turquoise. HEX triplet: 24, D0 and CC. RGB value is (36,208,204). Sum of RGB (Red+Green+Blue) = 36+208+204=448 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.04% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #24D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0CC is #DB2F33. Grayscale: #9B9B9B. Windows color (decimal): -14364468 or 13422628. OLE color: 13422628.

HSL color Cylindrical-coordinate representation of color #24D0CC: hue angle of 178.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D0CC is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB36208204-
CMYK0.8300.020.18
HSL178.6º70.49%47.84%-
HSV(B)178.6º82.69%81.57%-
XYZ34.1849.8564.95-
YUV156.12155.0242.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.04%
GREEN value IS 208 (81.64% from 255) = 46.43%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=8.04%
G=46.43%
B=45.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal362082040.8300.020.18178.670.4947.84
Hex24D0CC530212b34630
Octal44320314123022226310660
Binary1001001101000011001100101001101010010101100111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24d0cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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