Shades of Medium Turquoise #29CCD1
Tints of Medium Turquoise #29CCD1
RGB
CMYK
RGB Variations
Color information
#29CCD1 (or 0x29CCD1) is known color: Medium Turquoise. HEX triplet: 29, CC and D1. RGB value is (41,204,209). Sum of RGB (Red+Green+Blue) = 41+204+209=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #29CCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCD1 is #D6332E. Grayscale: #9B9B9B. Windows color (decimal): -14037807 or 13749289. OLE color: 13749289.
HSL color Cylindrical-coordinate representation of color #29CCD1: hue angle of 181.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CCD1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 204 | 209 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.18 |
| HSL | 181.79º | 0.67% | 0.49% | - |
| HSV(B) | 181.79º | 0.8% | 0.82% | - |
| XYZ | 34.02 | 48.26 | 67.84 | - |
| YUV | 155.83 | 158 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 204 | 209 | 0.80 | 0.02 | 0 | 0.18 | 181.79 | 0.67 | 0.49 |
| Hex | 29 | CC | D1 | 50 | 2 | 0 | 12 | B6 | 43 | 31 |
| Octal | 51 | 314 | 321 | 120 | 2 | 0 | 22 | 266 | 103 | 61 |
| Binary | 101001 | 11001100 | 11010001 | 1010000 | 10 | 0 | 10010 | 10110110 | 1000011 | 110001 |
Color Harmonies of #29CCD1
Complementary color
Monochromatic Colors of #29CCD1
Black with #29CCD1
Text Example
Text Example
White with #29CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CCD1; }
p { color: rgb(41,204,209); }
H1.HeaderClassName
{
color: #29CCD1;
}
.AnyTagClassName
{
color: #29CCD1;
}
</style>
background-color css
<style>
a { background-color: #29CCD1; }
a { background-color: rgb(41,204,209); }
div.DivClassName
{
background-color: #29CCD1;
}
.BgClassName
{
background-color: #29CCD1;
}
</style>
border-color css
<style>
span { border-color: #29CCD1; }
span { border-color: rgb(41,204,209); }
td.TdClassName
{
border-color: #29CCD1;
}
.TagClassName
{
border-color: #29CCD1;
}
</style>