Shades of Bright Turquoise #29E2F0
Tints of Bright Turquoise #29E2F0
RGB
CMYK
RGB Variations
Color information
#29E2F0 (or 0x29E2F0) is known color: Bright Turquoise. HEX triplet: 29, E2 and F0. RGB value is (41,226,240). Sum of RGB (Red+Green+Blue) = 41+226+240=507 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.09% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #29E2F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29E2F0 is #D61D0F. Grayscale: #ACACAC. Windows color (decimal): -14032144 or 15786537. OLE color: 15786537.
HSL color Cylindrical-coordinate representation of color #29E2F0: hue angle of 184.22º 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 #29E2F0 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 226 | 240 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.06 |
| HSL | 184.22º | 0.87% | 0.55% | - |
| HSV(B) | 184.22º | 0.83% | 0.94% | - |
| XYZ | 43.84 | 61.16 | 91.93 | - |
| YUV | 172.28 | 166.21 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 226 | 240 | 0.83 | 0.06 | 0 | 0.06 | 184.22 | 0.87 | 0.55 |
| Hex | 29 | E2 | F0 | 53 | 6 | 0 | 6 | B8 | 57 | 37 |
| Octal | 51 | 342 | 360 | 123 | 6 | 0 | 6 | 270 | 127 | 67 |
| Binary | 101001 | 11100010 | 11110000 | 1010011 | 110 | 0 | 110 | 10111000 | 1010111 | 110111 |
Color Harmonies of #29E2F0
Complementary color
Monochromatic Colors of #29E2F0
Black with #29E2F0
Text Example
Text Example
White with #29E2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E2F0; }
p { color: rgb(41,226,240); }
H1.HeaderClassName
{
color: #29E2F0;
}
.AnyTagClassName
{
color: #29E2F0;
}
</style>
background-color css
<style>
a { background-color: #29E2F0; }
a { background-color: rgb(41,226,240); }
div.DivClassName
{
background-color: #29E2F0;
}
.BgClassName
{
background-color: #29E2F0;
}
</style>
border-color css
<style>
span { border-color: #29E2F0; }
span { border-color: rgb(41,226,240); }
td.TdClassName
{
border-color: #29E2F0;
}
.TagClassName
{
border-color: #29E2F0;
}
</style>