Shades of Turquoise #24F6C0
Tints of Turquoise #24F6C0
RGB
CMYK
RGB Variations
Color information
#24F6C0 (or 0x24F6C0) is known color: Turquoise. HEX triplet: 24, F6 and C0. RGB value is (36,246,192). Sum of RGB (Red+Green+Blue) = 36+246+192=474 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.59% from 474); Green value is 246 (96.48% from 255 or 51.90% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 246 - color contains mainly: green. Hex color #24F6C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F6C0 is #DB093F. Grayscale: #B1B1B1. Windows color (decimal): -14354752 or 12645924. OLE color: 12645924.
HSL color Cylindrical-coordinate representation of color #24F6C0: hue angle of 164.57º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F6C0 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 246 | 192 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.04 |
| HSL | 164.57º | 0.92% | 0.55% | - |
| HSV(B) | 164.57º | 0.85% | 0.96% | - |
| XYZ | 43.2 | 70.09 | 61.12 | - |
| YUV | 177.05 | 136.43 | 27.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 246 | 192 | 0.85 | 0 | 0.22 | 0.04 | 164.57 | 0.92 | 0.55 |
| Hex | 24 | F6 | C0 | 55 | 0 | 16 | 4 | A5 | 5C | 37 |
| Octal | 44 | 366 | 300 | 125 | 0 | 26 | 4 | 245 | 134 | 67 |
| Binary | 100100 | 11110110 | 11000000 | 1010101 | 0 | 10110 | 100 | 10100101 | 1011100 | 110111 |
Color Harmonies of #24F6C0
Complementary color
Monochromatic Colors of #24F6C0
Black with #24F6C0
Text Example
Text Example
White with #24F6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F6C0; }
p { color: rgb(36,246,192); }
H1.HeaderClassName
{
color: #24F6C0;
}
.AnyTagClassName
{
color: #24F6C0;
}
</style>
background-color css
<style>
a { background-color: #24F6C0; }
a { background-color: rgb(36,246,192); }
div.DivClassName
{
background-color: #24F6C0;
}
.BgClassName
{
background-color: #24F6C0;
}
</style>
border-color css
<style>
span { border-color: #24F6C0; }
span { border-color: rgb(36,246,192); }
td.TdClassName
{
border-color: #24F6C0;
}
.TagClassName
{
border-color: #24F6C0;
}
</style>