Shades of Turquoise #29DBDF
Tints of Turquoise #29DBDF
RGB
CMYK
RGB Variations
Color information
#29DBDF (or 0x29DBDF) is known color: Turquoise. HEX triplet: 29, DB and DF. RGB value is (41,219,223). Sum of RGB (Red+Green+Blue) = 41+219+223=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #29DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBDF is #D62420. Grayscale: #A6A6A6. Windows color (decimal): -14033953 or 14670633. OLE color: 14670633.
HSL color Cylindrical-coordinate representation of color #29DBDF: hue angle of 181.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DBDF is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 219 | 223 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.13 |
| HSL | 181.32º | 0.74% | 0.52% | - |
| HSV(B) | 181.32º | 0.82% | 0.87% | - |
| XYZ | 39.57 | 56.46 | 78.63 | - |
| YUV | 166.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 223 | 0.82 | 0.02 | 0 | 0.13 | 181.32 | 0.74 | 0.52 |
| Hex | 29 | DB | DF | 52 | 2 | 0 | D | B5 | 4A | 34 |
| Octal | 51 | 333 | 337 | 122 | 2 | 0 | 15 | 265 | 112 | 64 |
| Binary | 101001 | 11011011 | 11011111 | 1010010 | 10 | 0 | 1101 | 10110101 | 1001010 | 110100 |
Color Harmonies of #29DBDF
Complementary color
Monochromatic Colors of #29DBDF
Black with #29DBDF
Text Example
Text Example
White with #29DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBDF; }
p { color: rgb(41,219,223); }
H1.HeaderClassName
{
color: #29DBDF;
}
.AnyTagClassName
{
color: #29DBDF;
}
</style>
background-color css
<style>
a { background-color: #29DBDF; }
a { background-color: rgb(41,219,223); }
div.DivClassName
{
background-color: #29DBDF;
}
.BgClassName
{
background-color: #29DBDF;
}
</style>
border-color css
<style>
span { border-color: #29DBDF; }
span { border-color: rgb(41,219,223); }
td.TdClassName
{
border-color: #29DBDF;
}
.TagClassName
{
border-color: #29DBDF;
}
</style>