Shades of Turquoise #29CFC6
Tints of Turquoise #29CFC6
RGB
CMYK
RGB Variations
Color information
#29CFC6 (or 0x29CFC6) is known color: Turquoise. HEX triplet: 29, CF and C6. RGB value is (41,207,198). Sum of RGB (Red+Green+Blue) = 41+207+198=446 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.19% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFC6 is #D63039. Grayscale: #9C9C9C. Windows color (decimal): -14037050 or 13029161. OLE color: 13029161.
HSL color Cylindrical-coordinate representation of color #29CFC6: hue angle of 176.75º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CFC6 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 198 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.19 |
| HSL | 176.75º | 0.67% | 0.49% | - |
| HSV(B) | 176.75º | 0.8% | 0.81% | - |
| XYZ | 33.42 | 49.17 | 61.16 | - |
| YUV | 156.34 | 151.5 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 198 | 0.80 | 0 | 0.04 | 0.19 | 176.75 | 0.67 | 0.49 |
| Hex | 29 | CF | C6 | 50 | 0 | 4 | 13 | B1 | 43 | 31 |
| Octal | 51 | 317 | 306 | 120 | 0 | 4 | 23 | 261 | 103 | 61 |
| Binary | 101001 | 11001111 | 11000110 | 1010000 | 0 | 100 | 10011 | 10110001 | 1000011 | 110001 |
Color Harmonies of #29CFC6
Complementary color
Monochromatic Colors of #29CFC6
Black with #29CFC6
Text Example
Text Example
White with #29CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFC6; }
p { color: rgb(41,207,198); }
H1.HeaderClassName
{
color: #29CFC6;
}
.AnyTagClassName
{
color: #29CFC6;
}
</style>
background-color css
<style>
a { background-color: #29CFC6; }
a { background-color: rgb(41,207,198); }
div.DivClassName
{
background-color: #29CFC6;
}
.BgClassName
{
background-color: #29CFC6;
}
</style>
border-color css
<style>
span { border-color: #29CFC6; }
span { border-color: rgb(41,207,198); }
td.TdClassName
{
border-color: #29CFC6;
}
.TagClassName
{
border-color: #29CFC6;
}
</style>