Shades of Bright Turquoise #29EEF1
Tints of Bright Turquoise #29EEF1
RGB
CMYK
RGB Variations
Color information
#29EEF1 (or 0x29EEF1) is known color: Bright Turquoise. HEX triplet: 29, EE and F1. RGB value is (41,238,241). Sum of RGB (Red+Green+Blue) = 41+238+241=520 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.88% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #29EEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EEF1 is #D6110E. Grayscale: #B3B3B3. Windows color (decimal): -14029071 or 15855145. OLE color: 15855145.
HSL color Cylindrical-coordinate representation of color #29EEF1: hue angle of 180.9º 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 #29EEF1 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 238 | 241 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.05 |
| HSL | 180.9º | 0.88% | 0.55% | - |
| HSV(B) | 180.9º | 0.83% | 0.95% | - |
| XYZ | 47.37 | 67.97 | 93.84 | - |
| YUV | 179.44 | 162.73 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 238 | 241 | 0.83 | 0.01 | 0 | 0.05 | 180.9 | 0.88 | 0.55 |
| Hex | 29 | EE | F1 | 53 | 1 | 0 | 5 | B5 | 58 | 37 |
| Octal | 51 | 356 | 361 | 123 | 1 | 0 | 5 | 265 | 130 | 67 |
| Binary | 101001 | 11101110 | 11110001 | 1010011 | 1 | 0 | 101 | 10110101 | 1011000 | 110111 |
Color Harmonies of #29EEF1
Complementary color
Monochromatic Colors of #29EEF1
Black with #29EEF1
Text Example
Text Example
White with #29EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EEF1; }
p { color: rgb(41,238,241); }
H1.HeaderClassName
{
color: #29EEF1;
}
.AnyTagClassName
{
color: #29EEF1;
}
</style>
background-color css
<style>
a { background-color: #29EEF1; }
a { background-color: rgb(41,238,241); }
div.DivClassName
{
background-color: #29EEF1;
}
.BgClassName
{
background-color: #29EEF1;
}
</style>
border-color css
<style>
span { border-color: #29EEF1; }
span { border-color: rgb(41,238,241); }
td.TdClassName
{
border-color: #29EEF1;
}
.TagClassName
{
border-color: #29EEF1;
}
</style>