Shades of Turquoise #29FEDE
Tints of Turquoise #29FEDE
RGB
CMYK
RGB Variations
Color information
#29FEDE (or 0x29FEDE) is known color: Turquoise. HEX triplet: 29, FE and DE. RGB value is (41,254,222). Sum of RGB (Red+Green+Blue) = 41+254+222=517 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.93% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FEDE is #D60121. Grayscale: #BABABA. Windows color (decimal): -14024994 or 14614057. OLE color: 14614057.
HSL color Cylindrical-coordinate representation of color #29FEDE: hue angle of 170.99º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEDE is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 222 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.00 |
| HSL | 170.99º | 0.99% | 0.58% | - |
| HSV(B) | 170.99º | 0.84% | 1% | - |
| XYZ | 49.54 | 76.63 | 81.29 | - |
| YUV | 186.67 | 147.93 | 24.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 222 | 0.84 | 0 | 0.13 | 0.00 | 170.99 | 0.99 | 0.58 |
| Hex | 29 | FE | DE | 54 | 0 | D | 0 | AB | 63 | 3A |
| Octal | 51 | 376 | 336 | 124 | 0 | 15 | 0 | 253 | 143 | 72 |
| Binary | 101001 | 11111110 | 11011110 | 1010100 | 0 | 1101 | 0 | 10101011 | 1100011 | 111010 |
Color Harmonies of #29FEDE
Complementary color
Monochromatic Colors of #29FEDE
Black with #29FEDE
Text Example
Text Example
White with #29FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEDE; }
p { color: rgb(41,254,222); }
H1.HeaderClassName
{
color: #29FEDE;
}
.AnyTagClassName
{
color: #29FEDE;
}
</style>
background-color css
<style>
a { background-color: #29FEDE; }
a { background-color: rgb(41,254,222); }
div.DivClassName
{
background-color: #29FEDE;
}
.BgClassName
{
background-color: #29FEDE;
}
</style>
border-color css
<style>
span { border-color: #29FEDE; }
span { border-color: rgb(41,254,222); }
td.TdClassName
{
border-color: #29FEDE;
}
.TagClassName
{
border-color: #29FEDE;
}
</style>