Shades of Bright Turquoise #29FEED
Tints of Bright Turquoise #29FEED
RGB
CMYK
RGB Variations
Color information
#29FEED (or 0x29FEED) is known color: Bright Turquoise. HEX triplet: 29, FE and ED. RGB value is (41,254,237). Sum of RGB (Red+Green+Blue) = 41+254+237=532 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.71% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FEED is #D60112. Grayscale: #BCBCBC. Windows color (decimal): -14024979 or 15597097. OLE color: 15597097.
HSL color Cylindrical-coordinate representation of color #29FEED: hue angle of 175.21º 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 #29FEED is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 237 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.00 |
| HSL | 175.21º | 0.99% | 0.58% | - |
| HSV(B) | 175.21º | 0.84% | 1% | - |
| XYZ | 51.64 | 77.47 | 92.35 | - |
| YUV | 188.38 | 155.43 | 22.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 237 | 0.84 | 0 | 0.07 | 0.00 | 175.21 | 0.99 | 0.58 |
| Hex | 29 | FE | ED | 54 | 0 | 7 | 0 | AF | 63 | 3A |
| Octal | 51 | 376 | 355 | 124 | 0 | 7 | 0 | 257 | 143 | 72 |
| Binary | 101001 | 11111110 | 11101101 | 1010100 | 0 | 111 | 0 | 10101111 | 1100011 | 111010 |
Color Harmonies of #29FEED
Complementary color
Monochromatic Colors of #29FEED
Black with #29FEED
Text Example
Text Example
White with #29FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEED; }
p { color: rgb(41,254,237); }
H1.HeaderClassName
{
color: #29FEED;
}
.AnyTagClassName
{
color: #29FEED;
}
</style>
background-color css
<style>
a { background-color: #29FEED; }
a { background-color: rgb(41,254,237); }
div.DivClassName
{
background-color: #29FEED;
}
.BgClassName
{
background-color: #29FEED;
}
</style>
border-color css
<style>
span { border-color: #29FEED; }
span { border-color: rgb(41,254,237); }
td.TdClassName
{
border-color: #29FEED;
}
.TagClassName
{
border-color: #29FEED;
}
</style>