Shades of Turquoise #24F8C3
Tints of Turquoise #24F8C3
RGB
CMYK
RGB Variations
Color information
#24F8C3 (or 0x24F8C3) is known color: Turquoise. HEX triplet: 24, F8 and C3. RGB value is (36,248,195). Sum of RGB (Red+Green+Blue) = 36+248+195=479 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.52% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #24F8C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F8C3 is #DB073C. Grayscale: #B2B2B2. Windows color (decimal): -14354237 or 12843044. OLE color: 12843044.
HSL color Cylindrical-coordinate representation of color #24F8C3: hue angle of 165º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F8C3 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 248 | 195 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.03 |
| HSL | 165º | 0.94% | 0.56% | - |
| HSV(B) | 165º | 0.85% | 0.97% | - |
| XYZ | 44.15 | 71.45 | 63.09 | - |
| YUV | 178.57 | 137.26 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 248 | 195 | 0.85 | 0 | 0.21 | 0.03 | 165 | 0.94 | 0.56 |
| Hex | 24 | F8 | C3 | 55 | 0 | 15 | 3 | A5 | 5E | 38 |
| Octal | 44 | 370 | 303 | 125 | 0 | 25 | 3 | 245 | 136 | 70 |
| Binary | 100100 | 11111000 | 11000011 | 1010101 | 0 | 10101 | 11 | 10100101 | 1011110 | 111000 |
Color Harmonies of #24F8C3
Complementary color
Monochromatic Colors of #24F8C3
Black with #24F8C3
Text Example
Text Example
White with #24F8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F8C3; }
p { color: rgb(36,248,195); }
H1.HeaderClassName
{
color: #24F8C3;
}
.AnyTagClassName
{
color: #24F8C3;
}
</style>
background-color css
<style>
a { background-color: #24F8C3; }
a { background-color: rgb(36,248,195); }
div.DivClassName
{
background-color: #24F8C3;
}
.BgClassName
{
background-color: #24F8C3;
}
</style>
border-color css
<style>
span { border-color: #24F8C3; }
span { border-color: rgb(36,248,195); }
td.TdClassName
{
border-color: #24F8C3;
}
.TagClassName
{
border-color: #24F8C3;
}
</style>