Shades of Turquoise #24CFC5
Tints of Turquoise #24CFC5
RGB
CMYK
RGB Variations
Color information
#24CFC5 (or 0x24CFC5) is known color: Turquoise. HEX triplet: 24, CF and C5. RGB value is (36,207,197). Sum of RGB (Red+Green+Blue) = 36+207+197=440 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.18% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #24CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFC5 is #DB303A. Grayscale: #9A9A9A. Windows color (decimal): -14364731 or 12963620. OLE color: 12963620.
HSL color Cylindrical-coordinate representation of color #24CFC5: hue angle of 176.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CFC5 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 197 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.19 |
| HSL | 176.49º | 0.7% | 0.48% | - |
| HSV(B) | 176.49º | 0.83% | 0.81% | - |
| XYZ | 33.12 | 49.03 | 60.54 | - |
| YUV | 154.73 | 151.85 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 197 | 0.83 | 0 | 0.05 | 0.19 | 176.49 | 0.7 | 0.48 |
| Hex | 24 | CF | C5 | 53 | 0 | 5 | 13 | B0 | 46 | 30 |
| Octal | 44 | 317 | 305 | 123 | 0 | 5 | 23 | 260 | 106 | 60 |
| Binary | 100100 | 11001111 | 11000101 | 1010011 | 0 | 101 | 10011 | 10110000 | 1000110 | 110000 |
Color Harmonies of #24CFC5
Complementary color
Monochromatic Colors of #24CFC5
Black with #24CFC5
Text Example
Text Example
White with #24CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFC5; }
p { color: rgb(36,207,197); }
H1.HeaderClassName
{
color: #24CFC5;
}
.AnyTagClassName
{
color: #24CFC5;
}
</style>
background-color css
<style>
a { background-color: #24CFC5; }
a { background-color: rgb(36,207,197); }
div.DivClassName
{
background-color: #24CFC5;
}
.BgClassName
{
background-color: #24CFC5;
}
</style>
border-color css
<style>
span { border-color: #24CFC5; }
span { border-color: rgb(36,207,197); }
td.TdClassName
{
border-color: #24CFC5;
}
.TagClassName
{
border-color: #24CFC5;
}
</style>