Shades of Turquoise #24FFC5
Tints of Turquoise #24FFC5
RGB
CMYK
RGB Variations
Color information
#24FFC5 (or 0x24FFC5) is known color: Turquoise. HEX triplet: 24, FF and C5. RGB value is (36,255,197). Sum of RGB (Red+Green+Blue) = 36+255+197=488 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.38% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFC5 is #DB003A. Grayscale: #B6B6B6. Windows color (decimal): -14352443 or 12975908. OLE color: 12975908.
HSL color Cylindrical-coordinate representation of color #24FFC5: hue angle of 164.11º 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 #24FFC5 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 197 | - |
| CMYK | 0.86 | 0 | 0.23 | 0 |
| HSL | 164.11º | 1% | 0.57% | - |
| HSV(B) | 164.11º | 0.86% | 1% | - |
| XYZ | 46.57 | 75.93 | 65.02 | - |
| YUV | 182.91 | 135.95 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 197 | 0.86 | 0 | 0.23 | 0 | 164.11 | 1 | 0.57 |
| Hex | 24 | FF | C5 | 56 | 0 | 17 | 0 | A4 | 64 | 39 |
| Octal | 44 | 377 | 305 | 126 | 0 | 27 | 0 | 244 | 144 | 71 |
| Binary | 100100 | 11111111 | 11000101 | 1010110 | 0 | 10111 | 0 | 10100100 | 1100100 | 111001 |
Color Harmonies of #24FFC5
Complementary color
Monochromatic Colors of #24FFC5
Black with #24FFC5
Text Example
Text Example
White with #24FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFC5; }
p { color: rgb(36,255,197); }
H1.HeaderClassName
{
color: #24FFC5;
}
.AnyTagClassName
{
color: #24FFC5;
}
</style>
background-color css
<style>
a { background-color: #24FFC5; }
a { background-color: rgb(36,255,197); }
div.DivClassName
{
background-color: #24FFC5;
}
.BgClassName
{
background-color: #24FFC5;
}
</style>
border-color css
<style>
span { border-color: #24FFC5; }
span { border-color: rgb(36,255,197); }
td.TdClassName
{
border-color: #24FFC5;
}
.TagClassName
{
border-color: #24FFC5;
}
</style>