Shades of Bright Turquoise #29EEF0
Tints of Bright Turquoise #29EEF0
RGB
CMYK
RGB Variations
Color information
#29EEF0 (or 0x29EEF0) is known color: Bright Turquoise. HEX triplet: 29, EE and F0. RGB value is (41,238,240). Sum of RGB (Red+Green+Blue) = 41+238+240=519 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.90% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #29EEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EEF0 is #D6110F. Grayscale: #B3B3B3. Windows color (decimal): -14029072 or 15789609. OLE color: 15789609.
HSL color Cylindrical-coordinate representation of color #29EEF0: hue angle of 180.6º 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 #29EEF0 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 238 | 240 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.06 |
| HSL | 180.6º | 0.87% | 0.55% | - |
| HSV(B) | 180.6º | 0.83% | 0.94% | - |
| XYZ | 47.22 | 67.91 | 93.06 | - |
| YUV | 179.33 | 162.23 | 29.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 238 | 240 | 0.83 | 0.01 | 0 | 0.06 | 180.6 | 0.87 | 0.55 |
| Hex | 29 | EE | F0 | 53 | 1 | 0 | 6 | B5 | 57 | 37 |
| Octal | 51 | 356 | 360 | 123 | 1 | 0 | 6 | 265 | 127 | 67 |
| Binary | 101001 | 11101110 | 11110000 | 1010011 | 1 | 0 | 110 | 10110101 | 1010111 | 110111 |
Color Harmonies of #29EEF0
Complementary color
Monochromatic Colors of #29EEF0
Black with #29EEF0
Text Example
Text Example
White with #29EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EEF0; }
p { color: rgb(41,238,240); }
H1.HeaderClassName
{
color: #29EEF0;
}
.AnyTagClassName
{
color: #29EEF0;
}
</style>
background-color css
<style>
a { background-color: #29EEF0; }
a { background-color: rgb(41,238,240); }
div.DivClassName
{
background-color: #29EEF0;
}
.BgClassName
{
background-color: #29EEF0;
}
</style>
border-color css
<style>
span { border-color: #29EEF0; }
span { border-color: rgb(41,238,240); }
td.TdClassName
{
border-color: #29EEF0;
}
.TagClassName
{
border-color: #29EEF0;
}
</style>