Shades of Turquoise #29D4E7
Tints of Turquoise #29D4E7
RGB
CMYK
RGB Variations
Color information
#29D4E7 (or 0x29D4E7) is known color: Turquoise. HEX triplet: 29, D4 and E7. RGB value is (41,212,231). Sum of RGB (Red+Green+Blue) = 41+212+231=484 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.47% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #29D4E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D4E7 is #D62B18. Grayscale: #A2A2A2. Windows color (decimal): -14035737 or 15193129. OLE color: 15193129.
HSL color Cylindrical-coordinate representation of color #29D4E7: hue angle of 186º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29D4E7 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 212 | 231 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.09 |
| HSL | 186º | 0.8% | 0.53% | - |
| HSV(B) | 186º | 0.82% | 0.91% | - |
| XYZ | 38.88 | 53.33 | 83.85 | - |
| YUV | 163.04 | 166.35 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 212 | 231 | 0.82 | 0.08 | 0 | 0.09 | 186 | 0.8 | 0.53 |
| Hex | 29 | D4 | E7 | 52 | 8 | 0 | 9 | BA | 50 | 35 |
| Octal | 51 | 324 | 347 | 122 | 10 | 0 | 11 | 272 | 120 | 65 |
| Binary | 101001 | 11010100 | 11100111 | 1010010 | 1000 | 0 | 1001 | 10111010 | 1010000 | 110101 |
Color Harmonies of #29D4E7
Complementary color
Monochromatic Colors of #29D4E7
Black with #29D4E7
Text Example
Text Example
White with #29D4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D4E7; }
p { color: rgb(41,212,231); }
H1.HeaderClassName
{
color: #29D4E7;
}
.AnyTagClassName
{
color: #29D4E7;
}
</style>
background-color css
<style>
a { background-color: #29D4E7; }
a { background-color: rgb(41,212,231); }
div.DivClassName
{
background-color: #29D4E7;
}
.BgClassName
{
background-color: #29D4E7;
}
</style>
border-color css
<style>
span { border-color: #29D4E7; }
span { border-color: rgb(41,212,231); }
td.TdClassName
{
border-color: #29D4E7;
}
.TagClassName
{
border-color: #29D4E7;
}
</style>