Shades of Turquoise #29FDD3
Tints of Turquoise #29FDD3
RGB
CMYK
RGB Variations
Color information
#29FDD3 (or 0x29FDD3) is known color: Turquoise. HEX triplet: 29, FD and D3. RGB value is (41,253,211). Sum of RGB (Red+Green+Blue) = 41+253+211=505 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.12% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FDD3 is #D6022C. Grayscale: #B8B8B8. Windows color (decimal): -14025261 or 13892905. OLE color: 13892905.
HSL color Cylindrical-coordinate representation of color #29FDD3: hue angle of 168.11º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FDD3 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 253 | 211 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.01 |
| HSL | 168.11º | 0.98% | 0.58% | - |
| HSV(B) | 168.11º | 0.84% | 0.99% | - |
| XYZ | 47.8 | 75.43 | 73.67 | - |
| YUV | 184.82 | 142.76 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 253 | 211 | 0.84 | 0 | 0.17 | 0.01 | 168.11 | 0.98 | 0.58 |
| Hex | 29 | FD | D3 | 54 | 0 | 11 | 1 | A8 | 62 | 3A |
| Octal | 51 | 375 | 323 | 124 | 0 | 21 | 1 | 250 | 142 | 72 |
| Binary | 101001 | 11111101 | 11010011 | 1010100 | 0 | 10001 | 1 | 10101000 | 1100010 | 111010 |
Color Harmonies of #29FDD3
Complementary color
Monochromatic Colors of #29FDD3
Black with #29FDD3
Text Example
Text Example
White with #29FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FDD3; }
p { color: rgb(41,253,211); }
H1.HeaderClassName
{
color: #29FDD3;
}
.AnyTagClassName
{
color: #29FDD3;
}
</style>
background-color css
<style>
a { background-color: #29FDD3; }
a { background-color: rgb(41,253,211); }
div.DivClassName
{
background-color: #29FDD3;
}
.BgClassName
{
background-color: #29FDD3;
}
</style>
border-color css
<style>
span { border-color: #29FDD3; }
span { border-color: rgb(41,253,211); }
td.TdClassName
{
border-color: #29FDD3;
}
.TagClassName
{
border-color: #29FDD3;
}
</style>