Shades of Turquoise #29FECF
Tints of Turquoise #29FECF
RGB
CMYK
RGB Variations
Color information
#29FECF (or 0x29FECF) is known color: Turquoise. HEX triplet: 29, FE and CF. RGB value is (41,254,207). Sum of RGB (Red+Green+Blue) = 41+254+207=502 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.17% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #29FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FECF is #D60130. Grayscale: #B8B8B8. Windows color (decimal): -14025009 or 13631017. OLE color: 13631017.
HSL color Cylindrical-coordinate representation of color #29FECF: hue angle of 166.76º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FECF is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 207 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.00 |
| HSL | 166.76º | 0.99% | 0.58% | - |
| HSV(B) | 166.76º | 0.84% | 1% | - |
| XYZ | 47.62 | 75.86 | 71.16 | - |
| YUV | 184.96 | 140.43 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 207 | 0.84 | 0 | 0.19 | 0.00 | 166.76 | 0.99 | 0.58 |
| Hex | 29 | FE | CF | 54 | 0 | 13 | 0 | A7 | 63 | 3A |
| Octal | 51 | 376 | 317 | 124 | 0 | 23 | 0 | 247 | 143 | 72 |
| Binary | 101001 | 11111110 | 11001111 | 1010100 | 0 | 10011 | 0 | 10100111 | 1100011 | 111010 |
Color Harmonies of #29FECF
Complementary color
Monochromatic Colors of #29FECF
Black with #29FECF
Text Example
Text Example
White with #29FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FECF; }
p { color: rgb(41,254,207); }
H1.HeaderClassName
{
color: #29FECF;
}
.AnyTagClassName
{
color: #29FECF;
}
</style>
background-color css
<style>
a { background-color: #29FECF; }
a { background-color: rgb(41,254,207); }
div.DivClassName
{
background-color: #29FECF;
}
.BgClassName
{
background-color: #29FECF;
}
</style>
border-color css
<style>
span { border-color: #29FECF; }
span { border-color: rgb(41,254,207); }
td.TdClassName
{
border-color: #29FECF;
}
.TagClassName
{
border-color: #29FECF;
}
</style>