Shades of Turquoise #29EFB5
Tints of Turquoise #29EFB5
RGB
CMYK
RGB Variations
Color information
#29EFB5 (or 0x29EFB5) is known color: Turquoise. HEX triplet: 29, EF and B5. RGB value is (41,239,181). Sum of RGB (Red+Green+Blue) = 41+239+181=461 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.89% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #29EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EFB5 is #D6104A. Grayscale: #ADADAD. Windows color (decimal): -14028875 or 11923241. OLE color: 11923241.
HSL color Cylindrical-coordinate representation of color #29EFB5: hue angle of 162.42º 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 #29EFB5 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 239 | 181 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.06 |
| HSL | 162.42º | 0.86% | 0.55% | - |
| HSV(B) | 162.42º | 0.83% | 0.94% | - |
| XYZ | 40.12 | 65.54 | 54.25 | - |
| YUV | 173.19 | 132.4 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 239 | 181 | 0.83 | 0 | 0.24 | 0.06 | 162.42 | 0.86 | 0.55 |
| Hex | 29 | EF | B5 | 53 | 0 | 18 | 6 | A2 | 56 | 37 |
| Octal | 51 | 357 | 265 | 123 | 0 | 30 | 6 | 242 | 126 | 67 |
| Binary | 101001 | 11101111 | 10110101 | 1010011 | 0 | 11000 | 110 | 10100010 | 1010110 | 110111 |
Color Harmonies of #29EFB5
Complementary color
Monochromatic Colors of #29EFB5
Black with #29EFB5
Text Example
Text Example
White with #29EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EFB5; }
p { color: rgb(41,239,181); }
H1.HeaderClassName
{
color: #29EFB5;
}
.AnyTagClassName
{
color: #29EFB5;
}
</style>
background-color css
<style>
a { background-color: #29EFB5; }
a { background-color: rgb(41,239,181); }
div.DivClassName
{
background-color: #29EFB5;
}
.BgClassName
{
background-color: #29EFB5;
}
</style>
border-color css
<style>
span { border-color: #29EFB5; }
span { border-color: rgb(41,239,181); }
td.TdClassName
{
border-color: #29EFB5;
}
.TagClassName
{
border-color: #29EFB5;
}
</style>