Shades of Turquoise #24F2B5
Tints of Turquoise #24F2B5
RGB
CMYK
RGB Variations
Color information
#24F2B5 (or 0x24F2B5) is known color: Turquoise. HEX triplet: 24, F2 and B5. RGB value is (36,242,181). Sum of RGB (Red+Green+Blue) = 36+242+181=459 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.84% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #24F2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F2B5 is #DB0D4A. Grayscale: #ADADAD. Windows color (decimal): -14355787 or 11924004. OLE color: 11924004.
HSL color Cylindrical-coordinate representation of color #24F2B5: hue angle of 162.23º 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 #24F2B5 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 242 | 181 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.05 |
| HSL | 162.23º | 0.89% | 0.55% | - |
| HSV(B) | 162.23º | 0.85% | 0.95% | - |
| XYZ | 40.82 | 67.22 | 54.54 | - |
| YUV | 173.45 | 132.25 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 242 | 181 | 0.85 | 0 | 0.25 | 0.05 | 162.23 | 0.89 | 0.55 |
| Hex | 24 | F2 | B5 | 55 | 0 | 19 | 5 | A2 | 59 | 37 |
| Octal | 44 | 362 | 265 | 125 | 0 | 31 | 5 | 242 | 131 | 67 |
| Binary | 100100 | 11110010 | 10110101 | 1010101 | 0 | 11001 | 101 | 10100010 | 1011001 | 110111 |
Color Harmonies of #24F2B5
Complementary color
Monochromatic Colors of #24F2B5
Black with #24F2B5
Text Example
Text Example
White with #24F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F2B5; }
p { color: rgb(36,242,181); }
H1.HeaderClassName
{
color: #24F2B5;
}
.AnyTagClassName
{
color: #24F2B5;
}
</style>
background-color css
<style>
a { background-color: #24F2B5; }
a { background-color: rgb(36,242,181); }
div.DivClassName
{
background-color: #24F2B5;
}
.BgClassName
{
background-color: #24F2B5;
}
</style>
border-color css
<style>
span { border-color: #24F2B5; }
span { border-color: rgb(36,242,181); }
td.TdClassName
{
border-color: #24F2B5;
}
.TagClassName
{
border-color: #24F2B5;
}
</style>