#24D3DD

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

Shades of Turquoise #24D3DD

Tints of Turquoise #24D3DD

Color information

#24D3DD (or 0x24D3DD) is unknown color: approx Turquoise. HEX triplet: 24, D3 and DD. RGB value is (36,211,221). Sum of RGB (Red+Green+Blue) = 36+211+221=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #24D3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D3DD is #DB2C22. Grayscale: #9F9F9F. Windows color (decimal): -14363683 or 14537508. OLE color: 14537508.

HSL color Cylindrical-coordinate representation of color #24D3DD: hue angle of 183.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24D3DD is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB36211221-
CMYK0.840.0500.13
HSL183.24º73.12%50.39%-
HSV(B)183.24º83.71%86.67%-
XYZ37.0752.1876.53-
YUV159.82162.5239.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.69%
GREEN value IS 211 (82.81% from 255) = 45.09%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=7.69%
G=45.09%
B=47.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal362112210.840.0500.13183.2473.1250.39
Hex24D3DD5450Db74932
Octal44323335124501526711162
Binary1001001101001111011101101010010101101101101111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,211,221); }

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

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

 a { background-color: rgb(36,211,221); }

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

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

 span { border-color: rgb(36,211,221); }

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