Shades of Turquoise #29CDC7
Tints of Turquoise #29CDC7
RGB
CMYK
RGB Variations
Color information
#29CDC7 (or 0x29CDC7) is known color: Turquoise. HEX triplet: 29, CD and C7. RGB value is (41,205,199). Sum of RGB (Red+Green+Blue) = 41+205+199=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #29CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CDC7 is #D63238. Grayscale: #9B9B9B. Windows color (decimal): -14037561 or 13094185. OLE color: 13094185.
HSL color Cylindrical-coordinate representation of color #29CDC7: hue angle of 177.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CDC7 is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 205 | 199 | - |
| CMYK | 0.8 | 0 | 0.03 | 0.20 |
| HSL | 177.8º | 0.67% | 0.48% | - |
| HSV(B) | 177.8º | 0.8% | 0.8% | - |
| XYZ | 33.05 | 48.26 | 61.61 | - |
| YUV | 155.28 | 152.67 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 205 | 199 | 0.8 | 0 | 0.03 | 0.20 | 177.8 | 0.67 | 0.48 |
| Hex | 29 | CD | C7 | 50 | 0 | 3 | 14 | B2 | 43 | 30 |
| Octal | 51 | 315 | 307 | 120 | 0 | 3 | 24 | 262 | 103 | 60 |
| Binary | 101001 | 11001101 | 11000111 | 1010000 | 0 | 11 | 10100 | 10110010 | 1000011 | 110000 |
Color Harmonies of #29CDC7
Complementary color
Monochromatic Colors of #29CDC7
Black with #29CDC7
Text Example
Text Example
White with #29CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CDC7; }
p { color: rgb(41,205,199); }
H1.HeaderClassName
{
color: #29CDC7;
}
.AnyTagClassName
{
color: #29CDC7;
}
</style>
background-color css
<style>
a { background-color: #29CDC7; }
a { background-color: rgb(41,205,199); }
div.DivClassName
{
background-color: #29CDC7;
}
.BgClassName
{
background-color: #29CDC7;
}
</style>
border-color css
<style>
span { border-color: #29CDC7; }
span { border-color: rgb(41,205,199); }
td.TdClassName
{
border-color: #29CDC7;
}
.TagClassName
{
border-color: #29CDC7;
}
</style>