Shades of Turquoise #24F2CF
Tints of Turquoise #24F2CF
RGB
CMYK
RGB Variations
Color information
#24F2CF (or 0x24F2CF) is known color: Turquoise. HEX triplet: 24, F2 and CF. RGB value is (36,242,207). Sum of RGB (Red+Green+Blue) = 36+242+207=485 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.42% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #24F2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F2CF is #DB0D30. Grayscale: #B0B0B0. Windows color (decimal): -14355761 or 13627940. OLE color: 13627940.
HSL color Cylindrical-coordinate representation of color #24F2CF: hue angle of 169.81º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F2CF is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 242 | 207 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.05 |
| HSL | 169.81º | 0.89% | 0.55% | - |
| HSV(B) | 169.81º | 0.85% | 0.95% | - |
| XYZ | 43.74 | 68.38 | 69.93 | - |
| YUV | 176.42 | 145.25 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 242 | 207 | 0.85 | 0 | 0.14 | 0.05 | 169.81 | 0.89 | 0.55 |
| Hex | 24 | F2 | CF | 55 | 0 | E | 5 | AA | 59 | 37 |
| Octal | 44 | 362 | 317 | 125 | 0 | 16 | 5 | 252 | 131 | 67 |
| Binary | 100100 | 11110010 | 11001111 | 1010101 | 0 | 1110 | 101 | 10101010 | 1011001 | 110111 |
Color Harmonies of #24F2CF
Complementary color
Monochromatic Colors of #24F2CF
Black with #24F2CF
Text Example
Text Example
White with #24F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F2CF; }
p { color: rgb(36,242,207); }
H1.HeaderClassName
{
color: #24F2CF;
}
.AnyTagClassName
{
color: #24F2CF;
}
</style>
background-color css
<style>
a { background-color: #24F2CF; }
a { background-color: rgb(36,242,207); }
div.DivClassName
{
background-color: #24F2CF;
}
.BgClassName
{
background-color: #24F2CF;
}
</style>
border-color css
<style>
span { border-color: #24F2CF; }
span { border-color: rgb(36,242,207); }
td.TdClassName
{
border-color: #24F2CF;
}
.TagClassName
{
border-color: #24F2CF;
}
</style>