Shades of Turquoise #29CFCB
Tints of Turquoise #29CFCB
RGB
CMYK
RGB Variations
Color information
#29CFCB (or 0x29CFCB) is known color: Turquoise. HEX triplet: 29, CF and CB. RGB value is (41,207,203). Sum of RGB (Red+Green+Blue) = 41+207+203=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFCB is #D63034. Grayscale: #9C9C9C. Windows color (decimal): -14037045 or 13356841. OLE color: 13356841.
HSL color Cylindrical-coordinate representation of color #29CFCB: hue angle of 178.55º 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 #29CFCB is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 203 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.19 |
| HSL | 178.55º | 0.67% | 0.49% | - |
| HSV(B) | 178.55º | 0.8% | 0.81% | - |
| XYZ | 34.01 | 49.41 | 64.24 | - |
| YUV | 156.91 | 154 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 203 | 0.80 | 0 | 0.02 | 0.19 | 178.55 | 0.67 | 0.49 |
| Hex | 29 | CF | CB | 50 | 0 | 2 | 13 | B3 | 43 | 31 |
| Octal | 51 | 317 | 313 | 120 | 0 | 2 | 23 | 263 | 103 | 61 |
| Binary | 101001 | 11001111 | 11001011 | 1010000 | 0 | 10 | 10011 | 10110011 | 1000011 | 110001 |
Color Harmonies of #29CFCB
Complementary color
Monochromatic Colors of #29CFCB
Black with #29CFCB
Text Example
Text Example
White with #29CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFCB; }
p { color: rgb(41,207,203); }
H1.HeaderClassName
{
color: #29CFCB;
}
.AnyTagClassName
{
color: #29CFCB;
}
</style>
background-color css
<style>
a { background-color: #29CFCB; }
a { background-color: rgb(41,207,203); }
div.DivClassName
{
background-color: #29CFCB;
}
.BgClassName
{
background-color: #29CFCB;
}
</style>
border-color css
<style>
span { border-color: #29CFCB; }
span { border-color: rgb(41,207,203); }
td.TdClassName
{
border-color: #29CFCB;
}
.TagClassName
{
border-color: #29CFCB;
}
</style>