Shades of Turquoise #29CFC5
Tints of Turquoise #29CFC5
RGB
CMYK
RGB Variations
Color information
#29CFC5 (or 0x29CFC5) is known color: Turquoise. HEX triplet: 29, CF and C5. RGB value is (41,207,197). Sum of RGB (Red+Green+Blue) = 41+207+197=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFC5 is #D6303A. Grayscale: #9C9C9C. Windows color (decimal): -14037051 or 12963625. OLE color: 12963625.
HSL color Cylindrical-coordinate representation of color #29CFC5: hue angle of 176.39º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CFC5 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 197 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.19 |
| HSL | 176.39º | 0.67% | 0.49% | - |
| HSV(B) | 176.39º | 0.8% | 0.81% | - |
| XYZ | 33.31 | 49.13 | 60.55 | - |
| YUV | 156.23 | 151 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 197 | 0.80 | 0 | 0.05 | 0.19 | 176.39 | 0.67 | 0.49 |
| Hex | 29 | CF | C5 | 50 | 0 | 5 | 13 | B0 | 43 | 31 |
| Octal | 51 | 317 | 305 | 120 | 0 | 5 | 23 | 260 | 103 | 61 |
| Binary | 101001 | 11001111 | 11000101 | 1010000 | 0 | 101 | 10011 | 10110000 | 1000011 | 110001 |
Color Harmonies of #29CFC5
Complementary color
Monochromatic Colors of #29CFC5
Black with #29CFC5
Text Example
Text Example
White with #29CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFC5; }
p { color: rgb(41,207,197); }
H1.HeaderClassName
{
color: #29CFC5;
}
.AnyTagClassName
{
color: #29CFC5;
}
</style>
background-color css
<style>
a { background-color: #29CFC5; }
a { background-color: rgb(41,207,197); }
div.DivClassName
{
background-color: #29CFC5;
}
.BgClassName
{
background-color: #29CFC5;
}
</style>
border-color css
<style>
span { border-color: #29CFC5; }
span { border-color: rgb(41,207,197); }
td.TdClassName
{
border-color: #29CFC5;
}
.TagClassName
{
border-color: #29CFC5;
}
</style>