Shades of Bright Turquoise #24FFDE
Tints of Bright Turquoise #24FFDE
RGB
CMYK
RGB Variations
Color information
#24FFDE (or 0x24FFDE) is known color: Bright Turquoise. HEX triplet: 24, FF and DE. RGB value is (36,255,222). Sum of RGB (Red+Green+Blue) = 36+255+222=513 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.02% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFDE is #DB0021. Grayscale: #B9B9B9. Windows color (decimal): -14352418 or 14614308. OLE color: 14614308.
HSL color Cylindrical-coordinate representation of color #24FFDE: hue angle of 170.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFDE is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 222 | - |
| CMYK | 0.86 | 0 | 0.13 | 0 |
| HSL | 170.96º | 1% | 0.57% | - |
| HSV(B) | 170.96º | 0.86% | 1% | - |
| XYZ | 49.67 | 77.17 | 81.38 | - |
| YUV | 185.76 | 148.45 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 222 | 0.86 | 0 | 0.13 | 0 | 170.96 | 1 | 0.57 |
| Hex | 24 | FF | DE | 56 | 0 | D | 0 | AB | 64 | 39 |
| Octal | 44 | 377 | 336 | 126 | 0 | 15 | 0 | 253 | 144 | 71 |
| Binary | 100100 | 11111111 | 11011110 | 1010110 | 0 | 1101 | 0 | 10101011 | 1100100 | 111001 |
Color Harmonies of #24FFDE
Complementary color
Monochromatic Colors of #24FFDE
Black with #24FFDE
Text Example
Text Example
White with #24FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFDE; }
p { color: rgb(36,255,222); }
H1.HeaderClassName
{
color: #24FFDE;
}
.AnyTagClassName
{
color: #24FFDE;
}
</style>
background-color css
<style>
a { background-color: #24FFDE; }
a { background-color: rgb(36,255,222); }
div.DivClassName
{
background-color: #24FFDE;
}
.BgClassName
{
background-color: #24FFDE;
}
</style>
border-color css
<style>
span { border-color: #24FFDE; }
span { border-color: rgb(36,255,222); }
td.TdClassName
{
border-color: #24FFDE;
}
.TagClassName
{
border-color: #24FFDE;
}
</style>