Shades of Bright Turquoise #29E1FF
Tints of Bright Turquoise #29E1FF
RGB
CMYK
RGB Variations
Color information
#29E1FF (or 0x29E1FF) is known color: Bright Turquoise. HEX triplet: 29, E1 and FF. RGB value is (41,225,255). Sum of RGB (Red+Green+Blue) = 41+225+255=521 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.87% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #29E1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29E1FF is #D61E00. Grayscale: #ADADAD. Windows color (decimal): -14032385 or 16769321. OLE color: 16769321.
HSL color Cylindrical-coordinate representation of color #29E1FF: hue angle of 188.41º 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 #29E1FF is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 225 | 255 | - |
| CMYK | 0.84 | 0.12 | 0 | 0 |
| HSL | 188.41º | 1% | 0.58% | - |
| HSV(B) | 188.41º | 0.84% | 1% | - |
| XYZ | 45.89 | 61.54 | 104.07 | - |
| YUV | 173.4 | 174.04 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 225 | 255 | 0.84 | 0.12 | 0 | 0 | 188.41 | 1 | 0.58 |
| Hex | 29 | E1 | FF | 54 | C | 0 | 0 | BC | 64 | 3A |
| Octal | 51 | 341 | 377 | 124 | 14 | 0 | 0 | 274 | 144 | 72 |
| Binary | 101001 | 11100001 | 11111111 | 1010100 | 1100 | 0 | 0 | 10111100 | 1100100 | 111010 |
Color Harmonies of #29E1FF
Complementary color
Monochromatic Colors of #29E1FF
Black with #29E1FF
Text Example
Text Example
White with #29E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E1FF; }
p { color: rgb(41,225,255); }
H1.HeaderClassName
{
color: #29E1FF;
}
.AnyTagClassName
{
color: #29E1FF;
}
</style>
background-color css
<style>
a { background-color: #29E1FF; }
a { background-color: rgb(41,225,255); }
div.DivClassName
{
background-color: #29E1FF;
}
.BgClassName
{
background-color: #29E1FF;
}
</style>
border-color css
<style>
span { border-color: #29E1FF; }
span { border-color: rgb(41,225,255); }
td.TdClassName
{
border-color: #29E1FF;
}
.TagClassName
{
border-color: #29E1FF;
}
</style>