Shades of Bright Turquoise #24FFD4
Tints of Bright Turquoise #24FFD4
RGB
CMYK
RGB Variations
Color information
#24FFD4 (or 0x24FFD4) is known color: Bright Turquoise. HEX triplet: 24, FF and D4. RGB value is (36,255,212). Sum of RGB (Red+Green+Blue) = 36+255+212=503 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.16% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFD4 is #DB002B. Grayscale: #B8B8B8. Windows color (decimal): -14352428 or 13958948. OLE color: 13958948.
HSL color Cylindrical-coordinate representation of color #24FFD4: hue angle of 168.22º 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 #24FFD4 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 212 | - |
| CMYK | 0.86 | 0 | 0.17 | 0 |
| HSL | 168.22º | 1% | 0.57% | - |
| HSV(B) | 168.22º | 0.86% | 1% | - |
| XYZ | 48.37 | 76.65 | 74.53 | - |
| YUV | 184.62 | 143.45 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 212 | 0.86 | 0 | 0.17 | 0 | 168.22 | 1 | 0.57 |
| Hex | 24 | FF | D4 | 56 | 0 | 11 | 0 | A8 | 64 | 39 |
| Octal | 44 | 377 | 324 | 126 | 0 | 21 | 0 | 250 | 144 | 71 |
| Binary | 100100 | 11111111 | 11010100 | 1010110 | 0 | 10001 | 0 | 10101000 | 1100100 | 111001 |
Color Harmonies of #24FFD4
Complementary color
Monochromatic Colors of #24FFD4
Black with #24FFD4
Text Example
Text Example
White with #24FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFD4; }
p { color: rgb(36,255,212); }
H1.HeaderClassName
{
color: #24FFD4;
}
.AnyTagClassName
{
color: #24FFD4;
}
</style>
background-color css
<style>
a { background-color: #24FFD4; }
a { background-color: rgb(36,255,212); }
div.DivClassName
{
background-color: #24FFD4;
}
.BgClassName
{
background-color: #24FFD4;
}
</style>
border-color css
<style>
span { border-color: #24FFD4; }
span { border-color: rgb(36,255,212); }
td.TdClassName
{
border-color: #24FFD4;
}
.TagClassName
{
border-color: #24FFD4;
}
</style>