Shades of Turquoise #24FFBC
Tints of Turquoise #24FFBC
RGB
CMYK
RGB Variations
Color information
#24FFBC (or 0x24FFBC) is known color: Turquoise. HEX triplet: 24, FF and BC. RGB value is (36,255,188). Sum of RGB (Red+Green+Blue) = 36+255+188=479 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.52% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFBC is #DB0043. Grayscale: #B5B5B5. Windows color (decimal): -14352452 or 12386084. OLE color: 12386084.
HSL color Cylindrical-coordinate representation of color #24FFBC: hue angle of 161.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFBC is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 188 | - |
| CMYK | 0.86 | 0 | 0.26 | 0 |
| HSL | 161.64º | 1% | 0.57% | - |
| HSV(B) | 161.64º | 0.86% | 1% | - |
| XYZ | 45.56 | 75.53 | 59.75 | - |
| YUV | 181.88 | 131.45 | 23.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 188 | 0.86 | 0 | 0.26 | 0 | 161.64 | 1 | 0.57 |
| Hex | 24 | FF | BC | 56 | 0 | 1A | 0 | A2 | 64 | 39 |
| Octal | 44 | 377 | 274 | 126 | 0 | 32 | 0 | 242 | 144 | 71 |
| Binary | 100100 | 11111111 | 10111100 | 1010110 | 0 | 11010 | 0 | 10100010 | 1100100 | 111001 |
Color Harmonies of #24FFBC
Complementary color
Monochromatic Colors of #24FFBC
Black with #24FFBC
Text Example
Text Example
White with #24FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFBC; }
p { color: rgb(36,255,188); }
H1.HeaderClassName
{
color: #24FFBC;
}
.AnyTagClassName
{
color: #24FFBC;
}
</style>
background-color css
<style>
a { background-color: #24FFBC; }
a { background-color: rgb(36,255,188); }
div.DivClassName
{
background-color: #24FFBC;
}
.BgClassName
{
background-color: #24FFBC;
}
</style>
border-color css
<style>
span { border-color: #24FFBC; }
span { border-color: rgb(36,255,188); }
td.TdClassName
{
border-color: #24FFBC;
}
.TagClassName
{
border-color: #24FFBC;
}
</style>