Shades of Bright Turquoise #29EDEF
Tints of Bright Turquoise #29EDEF
RGB
CMYK
RGB Variations
Color information
#29EDEF (or 0x29EDEF) is known color: Bright Turquoise. HEX triplet: 29, ED and EF. RGB value is (41,237,239). Sum of RGB (Red+Green+Blue) = 41+237+239=517 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.93% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #29EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EDEF is #D61210. Grayscale: #B2B2B2. Windows color (decimal): -14029329 or 15723817. OLE color: 15723817.
HSL color Cylindrical-coordinate representation of color #29EDEF: hue angle of 180.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EDEF is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 237 | 239 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.06 |
| HSL | 180.61º | 0.86% | 0.55% | - |
| HSV(B) | 180.61º | 0.83% | 0.94% | - |
| XYZ | 46.78 | 67.27 | 92.18 | - |
| YUV | 178.62 | 162.07 | 29.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 237 | 239 | 0.83 | 0.01 | 0 | 0.06 | 180.61 | 0.86 | 0.55 |
| Hex | 29 | ED | EF | 53 | 1 | 0 | 6 | B5 | 56 | 37 |
| Octal | 51 | 355 | 357 | 123 | 1 | 0 | 6 | 265 | 126 | 67 |
| Binary | 101001 | 11101101 | 11101111 | 1010011 | 1 | 0 | 110 | 10110101 | 1010110 | 110111 |
Color Harmonies of #29EDEF
Complementary color
Monochromatic Colors of #29EDEF
Black with #29EDEF
Text Example
Text Example
White with #29EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EDEF; }
p { color: rgb(41,237,239); }
H1.HeaderClassName
{
color: #29EDEF;
}
.AnyTagClassName
{
color: #29EDEF;
}
</style>
background-color css
<style>
a { background-color: #29EDEF; }
a { background-color: rgb(41,237,239); }
div.DivClassName
{
background-color: #29EDEF;
}
.BgClassName
{
background-color: #29EDEF;
}
</style>
border-color css
<style>
span { border-color: #29EDEF; }
span { border-color: rgb(41,237,239); }
td.TdClassName
{
border-color: #29EDEF;
}
.TagClassName
{
border-color: #29EDEF;
}
</style>