Shades of Turquoise #24F1BA
Tints of Turquoise #24F1BA
RGB
CMYK
RGB Variations
Color information
#24F1BA (or 0x24F1BA) is known color: Turquoise. HEX triplet: 24, F1 and BA. RGB value is (36,241,186). Sum of RGB (Red+Green+Blue) = 36+241+186=463 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.78% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #24F1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F1BA is #DB0E45. Grayscale: #ADADAD. Windows color (decimal): -14356038 or 12251428. OLE color: 12251428.
HSL color Cylindrical-coordinate representation of color #24F1BA: hue angle of 163.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F1BA is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 241 | 186 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.05 |
| HSL | 163.9º | 0.88% | 0.54% | - |
| HSV(B) | 163.9º | 0.85% | 0.95% | - |
| XYZ | 41.05 | 66.83 | 57.19 | - |
| YUV | 173.44 | 135.08 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 241 | 186 | 0.85 | 0 | 0.23 | 0.05 | 163.9 | 0.88 | 0.54 |
| Hex | 24 | F1 | BA | 55 | 0 | 17 | 5 | A4 | 58 | 36 |
| Octal | 44 | 361 | 272 | 125 | 0 | 27 | 5 | 244 | 130 | 66 |
| Binary | 100100 | 11110001 | 10111010 | 1010101 | 0 | 10111 | 101 | 10100100 | 1011000 | 110110 |
Color Harmonies of #24F1BA
Complementary color
Monochromatic Colors of #24F1BA
Black with #24F1BA
Text Example
Text Example
White with #24F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F1BA; }
p { color: rgb(36,241,186); }
H1.HeaderClassName
{
color: #24F1BA;
}
.AnyTagClassName
{
color: #24F1BA;
}
</style>
background-color css
<style>
a { background-color: #24F1BA; }
a { background-color: rgb(36,241,186); }
div.DivClassName
{
background-color: #24F1BA;
}
.BgClassName
{
background-color: #24F1BA;
}
</style>
border-color css
<style>
span { border-color: #24F1BA; }
span { border-color: rgb(36,241,186); }
td.TdClassName
{
border-color: #24F1BA;
}
.TagClassName
{
border-color: #24F1BA;
}
</style>