#24D3D7

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

Shades of Turquoise #24D3D7

Tints of Turquoise #24D3D7

Color information

#24D3D7 (or 0x24D3D7) is unknown color: approx Turquoise. HEX triplet: 24, D3 and D7. RGB value is (36,211,215). Sum of RGB (Red+Green+Blue) = 36+211+215=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #24D3D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D3D7 is #DB2C28. Grayscale: #9E9E9E. Windows color (decimal): -14363689 or 14144292. OLE color: 14144292.

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

Color convert

RGB36211215-
CMYK0.830.0200.16
HSL181.34º71.31%49.22%-
HSV(B)181.34º83.26%84.31%-
XYZ36.2951.8772.39-
YUV159.13159.5240.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.79%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 215 (84.38% from 255) = 46.54%
R=7.79%
G=45.67%
B=46.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal362112150.830.0200.16181.3471.3149.22
Hex24D3D7532010b54731
Octal44323327123202026510761
Binary1001001101001111010111101001110010000101101011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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