Shades of Turquoise #24F8BA
Tints of Turquoise #24F8BA
RGB
CMYK
RGB Variations
Color information
#24F8BA (or 0x24F8BA) is known color: Turquoise. HEX triplet: 24, F8 and BA. RGB value is (36,248,186). Sum of RGB (Red+Green+Blue) = 36+248+186=470 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.66% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #24F8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F8BA is #DB0745. Grayscale: #B1B1B1. Windows color (decimal): -14354246 or 12253220. OLE color: 12253220.
HSL color Cylindrical-coordinate representation of color #24F8BA: hue angle of 162.45º 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 #24F8BA is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 248 | 186 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.03 |
| HSL | 162.45º | 0.94% | 0.56% | - |
| HSV(B) | 162.45º | 0.85% | 0.97% | - |
| XYZ | 43.16 | 71.06 | 57.89 | - |
| YUV | 177.54 | 132.76 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 248 | 186 | 0.85 | 0 | 0.25 | 0.03 | 162.45 | 0.94 | 0.56 |
| Hex | 24 | F8 | BA | 55 | 0 | 19 | 3 | A2 | 5E | 38 |
| Octal | 44 | 370 | 272 | 125 | 0 | 31 | 3 | 242 | 136 | 70 |
| Binary | 100100 | 11111000 | 10111010 | 1010101 | 0 | 11001 | 11 | 10100010 | 1011110 | 111000 |
Color Harmonies of #24F8BA
Complementary color
Monochromatic Colors of #24F8BA
Black with #24F8BA
Text Example
Text Example
White with #24F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F8BA; }
p { color: rgb(36,248,186); }
H1.HeaderClassName
{
color: #24F8BA;
}
.AnyTagClassName
{
color: #24F8BA;
}
</style>
background-color css
<style>
a { background-color: #24F8BA; }
a { background-color: rgb(36,248,186); }
div.DivClassName
{
background-color: #24F8BA;
}
.BgClassName
{
background-color: #24F8BA;
}
</style>
border-color css
<style>
span { border-color: #24F8BA; }
span { border-color: rgb(36,248,186); }
td.TdClassName
{
border-color: #24F8BA;
}
.TagClassName
{
border-color: #24F8BA;
}
</style>