Shades of Turquoise #29F2B7
Tints of Turquoise #29F2B7
RGB
CMYK
RGB Variations
Color information
#29F2B7 (or 0x29F2B7) is known color: Turquoise. HEX triplet: 29, F2 and B7. RGB value is (41,242,183). Sum of RGB (Red+Green+Blue) = 41+242+183=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2B7 is #D60D48. Grayscale: #AFAFAF. Windows color (decimal): -14028105 or 12055081. OLE color: 12055081.
HSL color Cylindrical-coordinate representation of color #29F2B7: hue angle of 162.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F2B7 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 242 | 183 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.05 |
| HSL | 162.39º | 0.89% | 0.55% | - |
| HSV(B) | 162.39º | 0.83% | 0.95% | - |
| XYZ | 41.21 | 67.39 | 55.64 | - |
| YUV | 175.18 | 132.41 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 242 | 183 | 0.83 | 0 | 0.24 | 0.05 | 162.39 | 0.89 | 0.55 |
| Hex | 29 | F2 | B7 | 53 | 0 | 18 | 5 | A2 | 59 | 37 |
| Octal | 51 | 362 | 267 | 123 | 0 | 30 | 5 | 242 | 131 | 67 |
| Binary | 101001 | 11110010 | 10110111 | 1010011 | 0 | 11000 | 101 | 10100010 | 1011001 | 110111 |
Color Harmonies of #29F2B7
Complementary color
Monochromatic Colors of #29F2B7
Black with #29F2B7
Text Example
Text Example
White with #29F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F2B7; }
p { color: rgb(41,242,183); }
H1.HeaderClassName
{
color: #29F2B7;
}
.AnyTagClassName
{
color: #29F2B7;
}
</style>
background-color css
<style>
a { background-color: #29F2B7; }
a { background-color: rgb(41,242,183); }
div.DivClassName
{
background-color: #29F2B7;
}
.BgClassName
{
background-color: #29F2B7;
}
</style>
border-color css
<style>
span { border-color: #29F2B7; }
span { border-color: rgb(41,242,183); }
td.TdClassName
{
border-color: #29F2B7;
}
.TagClassName
{
border-color: #29F2B7;
}
</style>