Shades of Turquoise #29CECF
Tints of Turquoise #29CECF
RGB
CMYK
RGB Variations
Color information
#29CECF (or 0x29CECF) is known color: Turquoise. HEX triplet: 29, CE and CF. RGB value is (41,206,207). Sum of RGB (Red+Green+Blue) = 41+206+207=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #29CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CECF is #D63130. Grayscale: #9C9C9C. Windows color (decimal): -14037297 or 13618729. OLE color: 13618729.
HSL color Cylindrical-coordinate representation of color #29CECF: hue angle of 180.36º 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 #29CECF is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 207 | - |
| CMYK | 0.80 | 0.00 | 0 | 0.19 |
| HSL | 180.36º | 0.67% | 0.49% | - |
| HSV(B) | 180.36º | 0.8% | 0.81% | - |
| XYZ | 34.25 | 49.12 | 66.71 | - |
| YUV | 156.78 | 156.34 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 207 | 0.80 | 0.00 | 0 | 0.19 | 180.36 | 0.67 | 0.49 |
| Hex | 29 | CE | CF | 50 | 0 | 0 | 13 | B4 | 43 | 31 |
| Octal | 51 | 316 | 317 | 120 | 0 | 0 | 23 | 264 | 103 | 61 |
| Binary | 101001 | 11001110 | 11001111 | 1010000 | 0 | 0 | 10011 | 10110100 | 1000011 | 110001 |
Color Harmonies of #29CECF
Complementary color
Monochromatic Colors of #29CECF
Black with #29CECF
Text Example
Text Example
White with #29CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CECF; }
p { color: rgb(41,206,207); }
H1.HeaderClassName
{
color: #29CECF;
}
.AnyTagClassName
{
color: #29CECF;
}
</style>
background-color css
<style>
a { background-color: #29CECF; }
a { background-color: rgb(41,206,207); }
div.DivClassName
{
background-color: #29CECF;
}
.BgClassName
{
background-color: #29CECF;
}
</style>
border-color css
<style>
span { border-color: #29CECF; }
span { border-color: rgb(41,206,207); }
td.TdClassName
{
border-color: #29CECF;
}
.TagClassName
{
border-color: #29CECF;
}
</style>