#24CCD0

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

Shades of Turquoise #24CCD0

Tints of Turquoise #24CCD0

Color information

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

HSL color Cylindrical-coordinate representation of color #24CCD0: hue angle of 181.4º 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 #24CCD0 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB36204208-
CMYK0.830.0200.18
HSL181.4º70.49%47.84%-
HSV(B)181.4º82.69%81.57%-
XYZ33.7148.1167.19-
YUV154.22158.3443.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal362042080.830.0200.18181.470.4947.84
Hex24CCD0532012b54630
Octal44314320123202226510660
Binary1001001100110011010000101001110010010101101011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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