Shades of Turquoise #29CDDB
Tints of Turquoise #29CDDB
RGB
CMYK
RGB Variations
Color information
#29CDDB (or 0x29CDDB) is known color: Turquoise. HEX triplet: 29, CD and DB. RGB value is (41,205,219). Sum of RGB (Red+Green+Blue) = 41+205+219=465 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.82% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #29CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CDDB is #D63224. Grayscale: #9D9D9D. Windows color (decimal): -14037541 or 14404905. OLE color: 14404905.
HSL color Cylindrical-coordinate representation of color #29CDDB: hue angle of 184.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CDDB is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 205 | 219 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.14 |
| HSL | 184.72º | 0.71% | 0.51% | - |
| HSV(B) | 184.72º | 0.81% | 0.86% | - |
| XYZ | 35.53 | 49.25 | 74.65 | - |
| YUV | 157.56 | 162.67 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 205 | 219 | 0.81 | 0.06 | 0 | 0.14 | 184.72 | 0.71 | 0.51 |
| Hex | 29 | CD | DB | 51 | 6 | 0 | E | B9 | 47 | 33 |
| Octal | 51 | 315 | 333 | 121 | 6 | 0 | 16 | 271 | 107 | 63 |
| Binary | 101001 | 11001101 | 11011011 | 1010001 | 110 | 0 | 1110 | 10111001 | 1000111 | 110011 |
Color Harmonies of #29CDDB
Complementary color
Monochromatic Colors of #29CDDB
Black with #29CDDB
Text Example
Text Example
White with #29CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CDDB; }
p { color: rgb(41,205,219); }
H1.HeaderClassName
{
color: #29CDDB;
}
.AnyTagClassName
{
color: #29CDDB;
}
</style>
background-color css
<style>
a { background-color: #29CDDB; }
a { background-color: rgb(41,205,219); }
div.DivClassName
{
background-color: #29CDDB;
}
.BgClassName
{
background-color: #29CDDB;
}
</style>
border-color css
<style>
span { border-color: #29CDDB; }
span { border-color: rgb(41,205,219); }
td.TdClassName
{
border-color: #29CDDB;
}
.TagClassName
{
border-color: #29CDDB;
}
</style>