Shades of Turquoise #29FFC1
Tints of Turquoise #29FFC1
RGB
CMYK
RGB Variations
Color information
#29FFC1 (or 0x29FFC1) is known color: Turquoise. HEX triplet: 29, FF and C1. RGB value is (41,255,193). Sum of RGB (Red+Green+Blue) = 41+255+193=489 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.38% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFC1 is #D6003E. Grayscale: #B7B7B7. Windows color (decimal): -14024767 or 12713769. OLE color: 12713769.
HSL color Cylindrical-coordinate representation of color #29FFC1: hue angle of 162.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFC1 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 255 | 193 | - |
| CMYK | 0.84 | 0 | 0.24 | 0 |
| HSL | 162.62º | 1% | 0.58% | - |
| HSV(B) | 162.62º | 0.84% | 1% | - |
| XYZ | 46.3 | 75.84 | 62.65 | - |
| YUV | 183.95 | 133.1 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 255 | 193 | 0.84 | 0 | 0.24 | 0 | 162.62 | 1 | 0.58 |
| Hex | 29 | FF | C1 | 54 | 0 | 18 | 0 | A3 | 64 | 3A |
| Octal | 51 | 377 | 301 | 124 | 0 | 30 | 0 | 243 | 144 | 72 |
| Binary | 101001 | 11111111 | 11000001 | 1010100 | 0 | 11000 | 0 | 10100011 | 1100100 | 111010 |
Color Harmonies of #29FFC1
Complementary color
Monochromatic Colors of #29FFC1
Black with #29FFC1
Text Example
Text Example
White with #29FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FFC1; }
p { color: rgb(41,255,193); }
H1.HeaderClassName
{
color: #29FFC1;
}
.AnyTagClassName
{
color: #29FFC1;
}
</style>
background-color css
<style>
a { background-color: #29FFC1; }
a { background-color: rgb(41,255,193); }
div.DivClassName
{
background-color: #29FFC1;
}
.BgClassName
{
background-color: #29FFC1;
}
</style>
border-color css
<style>
span { border-color: #29FFC1; }
span { border-color: rgb(41,255,193); }
td.TdClassName
{
border-color: #29FFC1;
}
.TagClassName
{
border-color: #29FFC1;
}
</style>