Shades of Turquoise #29FAC5
Tints of Turquoise #29FAC5
RGB
CMYK
RGB Variations
Color information
#29FAC5 (or 0x29FAC5) is known color: Turquoise. HEX triplet: 29, FA and C5. RGB value is (41,250,197). Sum of RGB (Red+Green+Blue) = 41+250+197=488 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.40% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #29FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FAC5 is #D6053A. Grayscale: #B5B5B5. Windows color (decimal): -14026043 or 12974633. OLE color: 12974633.
HSL color Cylindrical-coordinate representation of color #29FAC5: hue angle of 164.78º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FAC5 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 250 | 197 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.02 |
| HSL | 164.78º | 0.95% | 0.57% | - |
| HSV(B) | 164.78º | 0.84% | 0.98% | - |
| XYZ | 45.18 | 72.87 | 64.51 | - |
| YUV | 181.47 | 136.76 | 27.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 250 | 197 | 0.84 | 0 | 0.21 | 0.02 | 164.78 | 0.95 | 0.57 |
| Hex | 29 | FA | C5 | 54 | 0 | 15 | 2 | A5 | 5F | 39 |
| Octal | 51 | 372 | 305 | 124 | 0 | 25 | 2 | 245 | 137 | 71 |
| Binary | 101001 | 11111010 | 11000101 | 1010100 | 0 | 10101 | 10 | 10100101 | 1011111 | 111001 |
Color Harmonies of #29FAC5
Complementary color
Monochromatic Colors of #29FAC5
Black with #29FAC5
Text Example
Text Example
White with #29FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FAC5; }
p { color: rgb(41,250,197); }
H1.HeaderClassName
{
color: #29FAC5;
}
.AnyTagClassName
{
color: #29FAC5;
}
</style>
background-color css
<style>
a { background-color: #29FAC5; }
a { background-color: rgb(41,250,197); }
div.DivClassName
{
background-color: #29FAC5;
}
.BgClassName
{
background-color: #29FAC5;
}
</style>
border-color css
<style>
span { border-color: #29FAC5; }
span { border-color: rgb(41,250,197); }
td.TdClassName
{
border-color: #29FAC5;
}
.TagClassName
{
border-color: #29FAC5;
}
</style>