Shades of Turquoise #29F3BB
Tints of Turquoise #29F3BB
RGB
CMYK
RGB Variations
Color information
#29F3BB (or 0x29F3BB) is known color: Turquoise. HEX triplet: 29, F3 and BB. RGB value is (41,243,187). Sum of RGB (Red+Green+Blue) = 41+243+187=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #29F3BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F3BB is #D60C44. Grayscale: #B0B0B0. Windows color (decimal): -14027845 or 12317481. OLE color: 12317481.
HSL color Cylindrical-coordinate representation of color #29F3BB: hue angle of 163.37º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F3BB is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 243 | 187 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.05 |
| HSL | 163.37º | 0.89% | 0.56% | - |
| HSV(B) | 163.37º | 0.83% | 0.95% | - |
| XYZ | 41.93 | 68.16 | 57.96 | - |
| YUV | 176.22 | 134.08 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 243 | 187 | 0.83 | 0 | 0.23 | 0.05 | 163.37 | 0.89 | 0.56 |
| Hex | 29 | F3 | BB | 53 | 0 | 17 | 5 | A3 | 59 | 38 |
| Octal | 51 | 363 | 273 | 123 | 0 | 27 | 5 | 243 | 131 | 70 |
| Binary | 101001 | 11110011 | 10111011 | 1010011 | 0 | 10111 | 101 | 10100011 | 1011001 | 111000 |
Color Harmonies of #29F3BB
Complementary color
Monochromatic Colors of #29F3BB
Black with #29F3BB
Text Example
Text Example
White with #29F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F3BB; }
p { color: rgb(41,243,187); }
H1.HeaderClassName
{
color: #29F3BB;
}
.AnyTagClassName
{
color: #29F3BB;
}
</style>
background-color css
<style>
a { background-color: #29F3BB; }
a { background-color: rgb(41,243,187); }
div.DivClassName
{
background-color: #29F3BB;
}
.BgClassName
{
background-color: #29F3BB;
}
</style>
border-color css
<style>
span { border-color: #29F3BB; }
span { border-color: rgb(41,243,187); }
td.TdClassName
{
border-color: #29F3BB;
}
.TagClassName
{
border-color: #29F3BB;
}
</style>