Shades of Turquoise #24F3BB
Tints of Turquoise #24F3BB
RGB
CMYK
RGB Variations
Color information
#24F3BB (or 0x24F3BB) is known color: Turquoise. HEX triplet: 24, F3 and BB. RGB value is (36,243,187). Sum of RGB (Red+Green+Blue) = 36+243+187=466 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.73% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #24F3BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F3BB is #DB0C44. Grayscale: #AEAEAE. Windows color (decimal): -14355525 or 12317476. OLE color: 12317476.
HSL color Cylindrical-coordinate representation of color #24F3BB: hue angle of 163.77º degrees, saturation: 0.9, 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 #24F3BB is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 243 | 187 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.05 |
| HSL | 163.77º | 0.9% | 0.55% | - |
| HSV(B) | 163.77º | 0.85% | 0.95% | - |
| XYZ | 41.75 | 68.06 | 57.95 | - |
| YUV | 174.72 | 134.92 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 243 | 187 | 0.85 | 0 | 0.23 | 0.05 | 163.77 | 0.9 | 0.55 |
| Hex | 24 | F3 | BB | 55 | 0 | 17 | 5 | A4 | 5A | 37 |
| Octal | 44 | 363 | 273 | 125 | 0 | 27 | 5 | 244 | 132 | 67 |
| Binary | 100100 | 11110011 | 10111011 | 1010101 | 0 | 10111 | 101 | 10100100 | 1011010 | 110111 |
Color Harmonies of #24F3BB
Complementary color
Monochromatic Colors of #24F3BB
Black with #24F3BB
Text Example
Text Example
White with #24F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F3BB; }
p { color: rgb(36,243,187); }
H1.HeaderClassName
{
color: #24F3BB;
}
.AnyTagClassName
{
color: #24F3BB;
}
</style>
background-color css
<style>
a { background-color: #24F3BB; }
a { background-color: rgb(36,243,187); }
div.DivClassName
{
background-color: #24F3BB;
}
.BgClassName
{
background-color: #24F3BB;
}
</style>
border-color css
<style>
span { border-color: #24F3BB; }
span { border-color: rgb(36,243,187); }
td.TdClassName
{
border-color: #24F3BB;
}
.TagClassName
{
border-color: #24F3BB;
}
</style>