Shades of Bright Turquoise #24F8DB
Tints of Bright Turquoise #24F8DB
RGB
CMYK
RGB Variations
Color information
#24F8DB (or 0x24F8DB) is known color: Bright Turquoise. HEX triplet: 24, F8 and DB. RGB value is (36,248,219). Sum of RGB (Red+Green+Blue) = 36+248+219=503 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.16% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #24F8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F8DB is #DB0724. Grayscale: #B5B5B5. Windows color (decimal): -14354213 or 14415908. OLE color: 14415908.
HSL color Cylindrical-coordinate representation of color #24F8DB: hue angle of 171.79º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F8DB is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 248 | 219 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.03 |
| HSL | 171.79º | 0.94% | 0.56% | - |
| HSV(B) | 171.79º | 0.85% | 0.97% | - |
| XYZ | 47.08 | 72.62 | 78.55 | - |
| YUV | 181.31 | 149.26 | 24.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 248 | 219 | 0.85 | 0 | 0.12 | 0.03 | 171.79 | 0.94 | 0.56 |
| Hex | 24 | F8 | DB | 55 | 0 | C | 3 | AC | 5E | 38 |
| Octal | 44 | 370 | 333 | 125 | 0 | 14 | 3 | 254 | 136 | 70 |
| Binary | 100100 | 11111000 | 11011011 | 1010101 | 0 | 1100 | 11 | 10101100 | 1011110 | 111000 |
Color Harmonies of #24F8DB
Complementary color
Monochromatic Colors of #24F8DB
Black with #24F8DB
Text Example
Text Example
White with #24F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F8DB; }
p { color: rgb(36,248,219); }
H1.HeaderClassName
{
color: #24F8DB;
}
.AnyTagClassName
{
color: #24F8DB;
}
</style>
background-color css
<style>
a { background-color: #24F8DB; }
a { background-color: rgb(36,248,219); }
div.DivClassName
{
background-color: #24F8DB;
}
.BgClassName
{
background-color: #24F8DB;
}
</style>
border-color css
<style>
span { border-color: #24F8DB; }
span { border-color: rgb(36,248,219); }
td.TdClassName
{
border-color: #24F8DB;
}
.TagClassName
{
border-color: #24F8DB;
}
</style>