Shades of Turquoise #29DDCB
Tints of Turquoise #29DDCB
RGB
CMYK
RGB Variations
Color information
#29DDCB (or 0x29DDCB) is known color: Turquoise. HEX triplet: 29, DD and CB. RGB value is (41,221,203). Sum of RGB (Red+Green+Blue) = 41+221+203=465 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.82% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDCB is #D62234. Grayscale: #A5A5A5. Windows color (decimal): -14033461 or 13360425. OLE color: 13360425.
HSL color Cylindrical-coordinate representation of color #29DDCB: hue angle of 174º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DDCB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 203 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.13 |
| HSL | 174º | 0.73% | 0.51% | - |
| HSV(B) | 174º | 0.81% | 0.87% | - |
| XYZ | 37.55 | 56.5 | 65.43 | - |
| YUV | 165.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 203 | 0.81 | 0 | 0.08 | 0.13 | 174 | 0.73 | 0.51 |
| Hex | 29 | DD | CB | 51 | 0 | 8 | D | AE | 49 | 33 |
| Octal | 51 | 335 | 313 | 121 | 0 | 10 | 15 | 256 | 111 | 63 |
| Binary | 101001 | 11011101 | 11001011 | 1010001 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110011 |
Color Harmonies of #29DDCB
Complementary color
Monochromatic Colors of #29DDCB
Black with #29DDCB
Text Example
Text Example
White with #29DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DDCB; }
p { color: rgb(41,221,203); }
H1.HeaderClassName
{
color: #29DDCB;
}
.AnyTagClassName
{
color: #29DDCB;
}
</style>
background-color css
<style>
a { background-color: #29DDCB; }
a { background-color: rgb(41,221,203); }
div.DivClassName
{
background-color: #29DDCB;
}
.BgClassName
{
background-color: #29DDCB;
}
</style>
border-color css
<style>
span { border-color: #29DDCB; }
span { border-color: rgb(41,221,203); }
td.TdClassName
{
border-color: #29DDCB;
}
.TagClassName
{
border-color: #29DDCB;
}
</style>