Shades of Turquoise #29F1E1
Tints of Turquoise #29F1E1
RGB
CMYK
RGB Variations
Color information
#29F1E1 (or 0x29F1E1) is known color: Turquoise. HEX triplet: 29, F1 and E1. RGB value is (41,241,225). Sum of RGB (Red+Green+Blue) = 41+241+225=507 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.09% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #29F1E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F1E1 is #D60E1E. Grayscale: #B3B3B3. Windows color (decimal): -14028319 or 14807337. OLE color: 14807337.
HSL color Cylindrical-coordinate representation of color #29F1E1: hue angle of 175.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F1E1 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 241 | 225 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.05 |
| HSL | 175.2º | 0.88% | 0.55% | - |
| HSV(B) | 175.2º | 0.83% | 0.95% | - |
| XYZ | 45.96 | 68.82 | 82.1 | - |
| YUV | 179.38 | 153.74 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 241 | 225 | 0.83 | 0 | 0.07 | 0.05 | 175.2 | 0.88 | 0.55 |
| Hex | 29 | F1 | E1 | 53 | 0 | 7 | 5 | AF | 58 | 37 |
| Octal | 51 | 361 | 341 | 123 | 0 | 7 | 5 | 257 | 130 | 67 |
| Binary | 101001 | 11110001 | 11100001 | 1010011 | 0 | 111 | 101 | 10101111 | 1011000 | 110111 |
Color Harmonies of #29F1E1
Complementary color
Monochromatic Colors of #29F1E1
Black with #29F1E1
Text Example
Text Example
White with #29F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F1E1; }
p { color: rgb(41,241,225); }
H1.HeaderClassName
{
color: #29F1E1;
}
.AnyTagClassName
{
color: #29F1E1;
}
</style>
background-color css
<style>
a { background-color: #29F1E1; }
a { background-color: rgb(41,241,225); }
div.DivClassName
{
background-color: #29F1E1;
}
.BgClassName
{
background-color: #29F1E1;
}
</style>
border-color css
<style>
span { border-color: #29F1E1; }
span { border-color: rgb(41,241,225); }
td.TdClassName
{
border-color: #29F1E1;
}
.TagClassName
{
border-color: #29F1E1;
}
</style>