Shades of Bright Turquoise #29FFE7
Tints of Bright Turquoise #29FFE7
RGB
CMYK
RGB Variations
Color information
#29FFE7 (or 0x29FFE7) is known color: Bright Turquoise. HEX triplet: 29, FF and E7. RGB value is (41,255,231). Sum of RGB (Red+Green+Blue) = 41+255+231=527 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.78% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FFE7 is #D60018. Grayscale: #BCBCBC. Windows color (decimal): -14024729 or 15204137. OLE color: 15204137.
HSL color Cylindrical-coordinate representation of color #29FFE7: hue angle of 173.27º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFE7 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 231 | - |
| CMYK | 0.84 | 0 | 0.09 | 0 |
| HSL | 173.27º | 1% | 0.58% | - |
| HSV(B) | 173.27º | 0.84% | 1% | - |
| XYZ | 51.1 | 77.76 | 87.92 | - |
| YUV | 188.28 | 152.1 | 22.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 231 | 0.84 | 0 | 0.09 | 0 | 173.27 | 1 | 0.58 |
| Hex | 29 | FF | E7 | 54 | 0 | 9 | 0 | AD | 64 | 3A |
| Octal | 51 | 377 | 347 | 124 | 0 | 11 | 0 | 255 | 144 | 72 |
| Binary | 101001 | 11111111 | 11100111 | 1010100 | 0 | 1001 | 0 | 10101101 | 1100100 | 111010 |
Color Harmonies of #29FFE7
Complementary color
Monochromatic Colors of #29FFE7
Black with #29FFE7
Text Example
Text Example
White with #29FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFE7; }
p { color: rgb(41,255,231); }
H1.HeaderClassName
{
color: #29FFE7;
}
.AnyTagClassName
{
color: #29FFE7;
}
</style>
background-color css
<style>
a { background-color: #29FFE7; }
a { background-color: rgb(41,255,231); }
div.DivClassName
{
background-color: #29FFE7;
}
.BgClassName
{
background-color: #29FFE7;
}
</style>
border-color css
<style>
span { border-color: #29FFE7; }
span { border-color: rgb(41,255,231); }
td.TdClassName
{
border-color: #29FFE7;
}
.TagClassName
{
border-color: #29FFE7;
}
</style>