Shades of Bright Turquoise #29FFEA
Tints of Bright Turquoise #29FFEA
RGB
CMYK
RGB Variations
Color information
#29FFEA (or 0x29FFEA) is known color: Bright Turquoise. HEX triplet: 29, FF and EA. RGB value is (41,255,234). Sum of RGB (Red+Green+Blue) = 41+255+234=530 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.74% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FFEA is #D60015. Grayscale: #BCBCBC. Windows color (decimal): -14024726 or 15400745. OLE color: 15400745.
HSL color Cylindrical-coordinate representation of color #29FFEA: hue angle of 174.11º 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 #29FFEA is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 234 | - |
| CMYK | 0.84 | 0 | 0.08 | 0 |
| HSL | 174.11º | 1% | 0.58% | - |
| HSV(B) | 174.11º | 0.84% | 1% | - |
| XYZ | 51.53 | 77.93 | 90.17 | - |
| YUV | 188.62 | 153.6 | 22.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 234 | 0.84 | 0 | 0.08 | 0 | 174.11 | 1 | 0.58 |
| Hex | 29 | FF | EA | 54 | 0 | 8 | 0 | AE | 64 | 3A |
| Octal | 51 | 377 | 352 | 124 | 0 | 10 | 0 | 256 | 144 | 72 |
| Binary | 101001 | 11111111 | 11101010 | 1010100 | 0 | 1000 | 0 | 10101110 | 1100100 | 111010 |
Color Harmonies of #29FFEA
Complementary color
Monochromatic Colors of #29FFEA
Black with #29FFEA
Text Example
Text Example
White with #29FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFEA; }
p { color: rgb(41,255,234); }
H1.HeaderClassName
{
color: #29FFEA;
}
.AnyTagClassName
{
color: #29FFEA;
}
</style>
background-color css
<style>
a { background-color: #29FFEA; }
a { background-color: rgb(41,255,234); }
div.DivClassName
{
background-color: #29FFEA;
}
.BgClassName
{
background-color: #29FFEA;
}
</style>
border-color css
<style>
span { border-color: #29FFEA; }
span { border-color: rgb(41,255,234); }
td.TdClassName
{
border-color: #29FFEA;
}
.TagClassName
{
border-color: #29FFEA;
}
</style>