Shades of Turquoise #29DEBC
Tints of Turquoise #29DEBC
RGB
CMYK
RGB Variations
Color information
#29DEBC (or 0x29DEBC) is known color: Turquoise. HEX triplet: 29, DE and BC. RGB value is (41,222,188). Sum of RGB (Red+Green+Blue) = 41+222+188=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEBC is #D62143. Grayscale: #A3A3A3. Windows color (decimal): -14033220 or 12377641. OLE color: 12377641.
HSL color Cylindrical-coordinate representation of color #29DEBC: hue angle of 168.73º degrees, saturation: 0.73, 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 #29DEBC is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 222 | 188 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.13 |
| HSL | 168.73º | 0.73% | 0.52% | - |
| HSV(B) | 168.73º | 0.82% | 0.87% | - |
| XYZ | 36.11 | 56.34 | 56.55 | - |
| YUV | 164.01 | 141.53 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 222 | 188 | 0.82 | 0 | 0.15 | 0.13 | 168.73 | 0.73 | 0.52 |
| Hex | 29 | DE | BC | 52 | 0 | F | D | A9 | 49 | 34 |
| Octal | 51 | 336 | 274 | 122 | 0 | 17 | 15 | 251 | 111 | 64 |
| Binary | 101001 | 11011110 | 10111100 | 1010010 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110100 |
Color Harmonies of #29DEBC
Complementary color
Monochromatic Colors of #29DEBC
Black with #29DEBC
Text Example
Text Example
White with #29DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DEBC; }
p { color: rgb(41,222,188); }
H1.HeaderClassName
{
color: #29DEBC;
}
.AnyTagClassName
{
color: #29DEBC;
}
</style>
background-color css
<style>
a { background-color: #29DEBC; }
a { background-color: rgb(41,222,188); }
div.DivClassName
{
background-color: #29DEBC;
}
.BgClassName
{
background-color: #29DEBC;
}
</style>
border-color css
<style>
span { border-color: #29DEBC; }
span { border-color: rgb(41,222,188); }
td.TdClassName
{
border-color: #29DEBC;
}
.TagClassName
{
border-color: #29DEBC;
}
</style>