Shades of Turquoise #24FABB
Tints of Turquoise #24FABB
RGB
CMYK
RGB Variations
Color information
#24FABB (or 0x24FABB) is known color: Turquoise. HEX triplet: 24, FA and BB. RGB value is (36,250,187). Sum of RGB (Red+Green+Blue) = 36+250+187=473 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.61% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #24FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FABB is #DB0544. Grayscale: #B2B2B2. Windows color (decimal): -14353733 or 12319268. OLE color: 12319268.
HSL color Cylindrical-coordinate representation of color #24FABB: hue angle of 162.34º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FABB is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 250 | 187 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.02 |
| HSL | 162.34º | 0.96% | 0.56% | - |
| HSV(B) | 162.34º | 0.86% | 0.98% | - |
| XYZ | 43.88 | 72.33 | 58.66 | - |
| YUV | 178.83 | 132.6 | 26.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 250 | 187 | 0.86 | 0 | 0.25 | 0.02 | 162.34 | 0.96 | 0.56 |
| Hex | 24 | FA | BB | 56 | 0 | 19 | 2 | A2 | 60 | 38 |
| Octal | 44 | 372 | 273 | 126 | 0 | 31 | 2 | 242 | 140 | 70 |
| Binary | 100100 | 11111010 | 10111011 | 1010110 | 0 | 11001 | 10 | 10100010 | 1100000 | 111000 |
Color Harmonies of #24FABB
Complementary color
Monochromatic Colors of #24FABB
Black with #24FABB
Text Example
Text Example
White with #24FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FABB; }
p { color: rgb(36,250,187); }
H1.HeaderClassName
{
color: #24FABB;
}
.AnyTagClassName
{
color: #24FABB;
}
</style>
background-color css
<style>
a { background-color: #24FABB; }
a { background-color: rgb(36,250,187); }
div.DivClassName
{
background-color: #24FABB;
}
.BgClassName
{
background-color: #24FABB;
}
</style>
border-color css
<style>
span { border-color: #24FABB; }
span { border-color: rgb(36,250,187); }
td.TdClassName
{
border-color: #24FABB;
}
.TagClassName
{
border-color: #24FABB;
}
</style>