Shades of Bright Turquoise #29EFF0
Tints of Bright Turquoise #29EFF0
RGB
CMYK
RGB Variations
Color information
#29EFF0 (or 0x29EFF0) is known color: Bright Turquoise. HEX triplet: 29, EF and F0. RGB value is (41,239,240). Sum of RGB (Red+Green+Blue) = 41+239+240=520 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.88% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #29EFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EFF0 is #D6100F. Grayscale: #B3B3B3. Windows color (decimal): -14028816 or 15789865. OLE color: 15789865.
HSL color Cylindrical-coordinate representation of color #29EFF0: hue angle of 180.3º degrees, saturation: 0.87, 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 #29EFF0 is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 239 | 240 | - |
| CMYK | 0.83 | 0.00 | 0 | 0.06 |
| HSL | 180.3º | 0.87% | 0.55% | - |
| HSV(B) | 180.3º | 0.83% | 0.94% | - |
| XYZ | 47.51 | 68.5 | 93.16 | - |
| YUV | 179.91 | 161.9 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 239 | 240 | 0.83 | 0.00 | 0 | 0.06 | 180.3 | 0.87 | 0.55 |
| Hex | 29 | EF | F0 | 53 | 0 | 0 | 6 | B4 | 57 | 37 |
| Octal | 51 | 357 | 360 | 123 | 0 | 0 | 6 | 264 | 127 | 67 |
| Binary | 101001 | 11101111 | 11110000 | 1010011 | 0 | 0 | 110 | 10110100 | 1010111 | 110111 |
Color Harmonies of #29EFF0
Complementary color
Monochromatic Colors of #29EFF0
Black with #29EFF0
Text Example
Text Example
White with #29EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EFF0; }
p { color: rgb(41,239,240); }
H1.HeaderClassName
{
color: #29EFF0;
}
.AnyTagClassName
{
color: #29EFF0;
}
</style>
background-color css
<style>
a { background-color: #29EFF0; }
a { background-color: rgb(41,239,240); }
div.DivClassName
{
background-color: #29EFF0;
}
.BgClassName
{
background-color: #29EFF0;
}
</style>
border-color css
<style>
span { border-color: #29EFF0; }
span { border-color: rgb(41,239,240); }
td.TdClassName
{
border-color: #29EFF0;
}
.TagClassName
{
border-color: #29EFF0;
}
</style>