Shades of Turquoise #24DAB8
Tints of Turquoise #24DAB8
RGB
CMYK
RGB Variations
Color information
#24DAB8 (or 0x24DAB8) is known color: Turquoise. HEX triplet: 24, DA and B8. RGB value is (36,218,184). Sum of RGB (Red+Green+Blue) = 36+218+184=438 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.22% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #24DAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DAB8 is #DB2547. Grayscale: #9F9F9F. Windows color (decimal): -14361928 or 12114468. OLE color: 12114468.
HSL color Cylindrical-coordinate representation of color #24DAB8: hue angle of 168.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24DAB8 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 218 | 184 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.15 |
| HSL | 168.79º | 0.72% | 0.5% | - |
| HSV(B) | 168.79º | 0.83% | 0.85% | - |
| XYZ | 34.45 | 53.98 | 53.95 | - |
| YUV | 159.71 | 141.7 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 218 | 184 | 0.83 | 0 | 0.16 | 0.15 | 168.79 | 0.72 | 0.5 |
| Hex | 24 | DA | B8 | 53 | 0 | 10 | F | A9 | 48 | 32 |
| Octal | 44 | 332 | 270 | 123 | 0 | 20 | 17 | 251 | 110 | 62 |
| Binary | 100100 | 11011010 | 10111000 | 1010011 | 0 | 10000 | 1111 | 10101001 | 1001000 | 110010 |
Color Harmonies of #24DAB8
Complementary color
Monochromatic Colors of #24DAB8
Black with #24DAB8
Text Example
Text Example
White with #24DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DAB8; }
p { color: rgb(36,218,184); }
H1.HeaderClassName
{
color: #24DAB8;
}
.AnyTagClassName
{
color: #24DAB8;
}
</style>
background-color css
<style>
a { background-color: #24DAB8; }
a { background-color: rgb(36,218,184); }
div.DivClassName
{
background-color: #24DAB8;
}
.BgClassName
{
background-color: #24DAB8;
}
</style>
border-color css
<style>
span { border-color: #24DAB8; }
span { border-color: rgb(36,218,184); }
td.TdClassName
{
border-color: #24DAB8;
}
.TagClassName
{
border-color: #24DAB8;
}
</style>