Shades of Turquoise #24D5BE
Tints of Turquoise #24D5BE
RGB
CMYK
RGB Variations
Color information
#24D5BE (or 0x24D5BE) is known color: Turquoise. HEX triplet: 24, D5 and BE. RGB value is (36,213,190). Sum of RGB (Red+Green+Blue) = 36+213+190=439 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.20% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #24D5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D5BE is #DB2A41. Grayscale: #9D9D9D. Windows color (decimal): -14363202 or 12506404. OLE color: 12506404.
HSL color Cylindrical-coordinate representation of color #24D5BE: hue angle of 172.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D5BE is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 213 | 190 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.16 |
| HSL | 172.2º | 0.71% | 0.49% | - |
| HSV(B) | 172.2º | 0.83% | 0.84% | - |
| XYZ | 33.82 | 51.68 | 56.91 | - |
| YUV | 157.46 | 146.36 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 213 | 190 | 0.83 | 0 | 0.11 | 0.16 | 172.2 | 0.71 | 0.49 |
| Hex | 24 | D5 | BE | 53 | 0 | B | 10 | AC | 47 | 31 |
| Octal | 44 | 325 | 276 | 123 | 0 | 13 | 20 | 254 | 107 | 61 |
| Binary | 100100 | 11010101 | 10111110 | 1010011 | 0 | 1011 | 10000 | 10101100 | 1000111 | 110001 |
Color Harmonies of #24D5BE
Complementary color
Monochromatic Colors of #24D5BE
Black with #24D5BE
Text Example
Text Example
White with #24D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D5BE; }
p { color: rgb(36,213,190); }
H1.HeaderClassName
{
color: #24D5BE;
}
.AnyTagClassName
{
color: #24D5BE;
}
</style>
background-color css
<style>
a { background-color: #24D5BE; }
a { background-color: rgb(36,213,190); }
div.DivClassName
{
background-color: #24D5BE;
}
.BgClassName
{
background-color: #24D5BE;
}
</style>
border-color css
<style>
span { border-color: #24D5BE; }
span { border-color: rgb(36,213,190); }
td.TdClassName
{
border-color: #24D5BE;
}
.TagClassName
{
border-color: #24D5BE;
}
</style>