Shades of Turquoise #29F0BA
Tints of Turquoise #29F0BA
RGB
CMYK
RGB Variations
Color information
#29F0BA (or 0x29F0BA) is known color: Turquoise. HEX triplet: 29, F0 and BA. RGB value is (41,240,186). Sum of RGB (Red+Green+Blue) = 41+240+186=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #29F0BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F0BA is #D60F45. Grayscale: #AEAEAE. Windows color (decimal): -14028614 or 12251177. OLE color: 12251177.
HSL color Cylindrical-coordinate representation of color #29F0BA: hue angle of 163.72º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F0BA is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 186 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.06 |
| HSL | 163.72º | 0.87% | 0.55% | - |
| HSV(B) | 163.72º | 0.83% | 0.94% | - |
| XYZ | 40.94 | 66.34 | 57.1 | - |
| YUV | 174.34 | 134.57 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 186 | 0.83 | 0 | 0.22 | 0.06 | 163.72 | 0.87 | 0.55 |
| Hex | 29 | F0 | BA | 53 | 0 | 16 | 6 | A4 | 57 | 37 |
| Octal | 51 | 360 | 272 | 123 | 0 | 26 | 6 | 244 | 127 | 67 |
| Binary | 101001 | 11110000 | 10111010 | 1010011 | 0 | 10110 | 110 | 10100100 | 1010111 | 110111 |
Color Harmonies of #29F0BA
Complementary color
Monochromatic Colors of #29F0BA
Black with #29F0BA
Text Example
Text Example
White with #29F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F0BA; }
p { color: rgb(41,240,186); }
H1.HeaderClassName
{
color: #29F0BA;
}
.AnyTagClassName
{
color: #29F0BA;
}
</style>
background-color css
<style>
a { background-color: #29F0BA; }
a { background-color: rgb(41,240,186); }
div.DivClassName
{
background-color: #29F0BA;
}
.BgClassName
{
background-color: #29F0BA;
}
</style>
border-color css
<style>
span { border-color: #29F0BA; }
span { border-color: rgb(41,240,186); }
td.TdClassName
{
border-color: #29F0BA;
}
.TagClassName
{
border-color: #29F0BA;
}
</style>