Shades of Turquoise #29E6B5
Tints of Turquoise #29E6B5
RGB
CMYK
RGB Variations
Color information
#29E6B5 (or 0x29E6B5) is known color: Turquoise. HEX triplet: 29, E6 and B5. RGB value is (41,230,181). Sum of RGB (Red+Green+Blue) = 41+230+181=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6B5 is #D6194A. Grayscale: #A7A7A7. Windows color (decimal): -14031179 or 11920937. OLE color: 11920937.
HSL color Cylindrical-coordinate representation of color #29E6B5: hue angle of 164.44º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E6B5 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 41 | 230 | 181 | - |
CMYK | 0.82 | 0 | 0.21 | 0.10 |
HSL | 164.44º | 0.79% | 0.53% | - |
HSV(B) | 164.44º | 0.82% | 0.9% | - |
XYZ | 37.55 | 60.4 | 53.4 | - |
YUV | 167.9 | 135.38 | 37.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 230 | 181 | 0.82 | 0 | 0.21 | 0.10 | 164.44 | 0.79 | 0.53 |
Hex | 29 | E6 | B5 | 52 | 0 | 15 | A | A4 | 4F | 35 |
Octal | 51 | 346 | 265 | 122 | 0 | 25 | 12 | 244 | 117 | 65 |
Binary | 101001 | 11100110 | 10110101 | 1010010 | 0 | 10101 | 1010 | 10100100 | 1001111 | 110101 |
Color Harmonies of #29E6B5
Complementary color
Monochromatic Colors of #29E6B5
Black with #29E6B5
Text Example
Text Example
White with #29E6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E6B5; }
p { color: rgb(41,230,181); }
H1.HeaderClassName
{
color: #29E6B5;
}
.AnyTagClassName
{
color: #29E6B5;
}
</style>
background-color css
<style>
a { background-color: #29E6B5; }
a { background-color: rgb(41,230,181); }
div.DivClassName
{
background-color: #29E6B5;
}
.BgClassName
{
background-color: #29E6B5;
}
</style>
border-color css
<style>
span { border-color: #29E6B5; }
span { border-color: rgb(41,230,181); }
td.TdClassName
{
border-color: #29E6B5;
}
.TagClassName
{
border-color: #29E6B5;
}
</style>