Shades of Bright Turquoise #24FCDB
Tints of Bright Turquoise #24FCDB
RGB
CMYK
RGB Variations
Color information
#24FCDB (or 0x24FCDB) is known color: Bright Turquoise. HEX triplet: 24, FC and DB. RGB value is (36,252,219). Sum of RGB (Red+Green+Blue) = 36+252+219=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #24FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FCDB is #DB0324. Grayscale: #B7B7B7. Windows color (decimal): -14353189 or 14416932. OLE color: 14416932.
HSL color Cylindrical-coordinate representation of color #24FCDB: hue angle of 170.83º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FCDB is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 252 | 219 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.01 |
| HSL | 170.83º | 0.97% | 0.56% | - |
| HSV(B) | 170.83º | 0.86% | 0.99% | - |
| XYZ | 48.32 | 75.11 | 78.97 | - |
| YUV | 183.65 | 147.94 | 22.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 252 | 219 | 0.86 | 0 | 0.13 | 0.01 | 170.83 | 0.97 | 0.56 |
| Hex | 24 | FC | DB | 56 | 0 | D | 1 | AB | 61 | 38 |
| Octal | 44 | 374 | 333 | 126 | 0 | 15 | 1 | 253 | 141 | 70 |
| Binary | 100100 | 11111100 | 11011011 | 1010110 | 0 | 1101 | 1 | 10101011 | 1100001 | 111000 |
Color Harmonies of #24FCDB
Complementary color
Monochromatic Colors of #24FCDB
Black with #24FCDB
Text Example
Text Example
White with #24FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FCDB; }
p { color: rgb(36,252,219); }
H1.HeaderClassName
{
color: #24FCDB;
}
.AnyTagClassName
{
color: #24FCDB;
}
</style>
background-color css
<style>
a { background-color: #24FCDB; }
a { background-color: rgb(36,252,219); }
div.DivClassName
{
background-color: #24FCDB;
}
.BgClassName
{
background-color: #24FCDB;
}
</style>
border-color css
<style>
span { border-color: #24FCDB; }
span { border-color: rgb(36,252,219); }
td.TdClassName
{
border-color: #24FCDB;
}
.TagClassName
{
border-color: #24FCDB;
}
</style>