Shades of Turquoise #29FFBC
Tints of Turquoise #29FFBC
RGB
CMYK
RGB Variations
Color information
#29FFBC (or 0x29FFBC) is known color: Turquoise. HEX triplet: 29, FF and BC. RGB value is (41,255,188). Sum of RGB (Red+Green+Blue) = 41+255+188=484 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.47% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFBC is #D60043. Grayscale: #B7B7B7. Windows color (decimal): -14024772 or 12386089. OLE color: 12386089.
HSL color Cylindrical-coordinate representation of color #29FFBC: hue angle of 161.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFBC is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 188 | - |
| CMYK | 0.84 | 0 | 0.26 | 0 |
| HSL | 161.22º | 1% | 0.58% | - |
| HSV(B) | 161.22º | 0.84% | 1% | - |
| XYZ | 45.75 | 75.62 | 59.76 | - |
| YUV | 183.38 | 130.6 | 26.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 188 | 0.84 | 0 | 0.26 | 0 | 161.22 | 1 | 0.58 |
| Hex | 29 | FF | BC | 54 | 0 | 1A | 0 | A1 | 64 | 3A |
| Octal | 51 | 377 | 274 | 124 | 0 | 32 | 0 | 241 | 144 | 72 |
| Binary | 101001 | 11111111 | 10111100 | 1010100 | 0 | 11010 | 0 | 10100001 | 1100100 | 111010 |
Color Harmonies of #29FFBC
Complementary color
Monochromatic Colors of #29FFBC
Black with #29FFBC
Text Example
Text Example
White with #29FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFBC; }
p { color: rgb(41,255,188); }
H1.HeaderClassName
{
color: #29FFBC;
}
.AnyTagClassName
{
color: #29FFBC;
}
</style>
background-color css
<style>
a { background-color: #29FFBC; }
a { background-color: rgb(41,255,188); }
div.DivClassName
{
background-color: #29FFBC;
}
.BgClassName
{
background-color: #29FFBC;
}
</style>
border-color css
<style>
span { border-color: #29FFBC; }
span { border-color: rgb(41,255,188); }
td.TdClassName
{
border-color: #29FFBC;
}
.TagClassName
{
border-color: #29FFBC;
}
</style>