Shades of Bright Turquoise #29DCED
Tints of Bright Turquoise #29DCED
RGB
CMYK
RGB Variations
Color information
#29DCED (or 0x29DCED) is known color: Bright Turquoise. HEX triplet: 29, DC and ED. RGB value is (41,220,237). Sum of RGB (Red+Green+Blue) = 41+220+237=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #29DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCED is #D62312. Grayscale: #A8A8A8. Windows color (decimal): -14033683 or 15588393. OLE color: 15588393.
HSL color Cylindrical-coordinate representation of color #29DCED: hue angle of 185.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29DCED is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 220 | 237 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.07 |
| HSL | 185.2º | 0.84% | 0.55% | - |
| HSV(B) | 185.2º | 0.83% | 0.93% | - |
| XYZ | 41.79 | 57.77 | 89.07 | - |
| YUV | 168.42 | 166.7 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 237 | 0.83 | 0.07 | 0 | 0.07 | 185.2 | 0.84 | 0.55 |
| Hex | 29 | DC | ED | 53 | 7 | 0 | 7 | B9 | 54 | 37 |
| Octal | 51 | 334 | 355 | 123 | 7 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101001 | 11011100 | 11101101 | 1010011 | 111 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #29DCED
Complementary color
Monochromatic Colors of #29DCED
Black with #29DCED
Text Example
Text Example
White with #29DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCED; }
p { color: rgb(41,220,237); }
H1.HeaderClassName
{
color: #29DCED;
}
.AnyTagClassName
{
color: #29DCED;
}
</style>
background-color css
<style>
a { background-color: #29DCED; }
a { background-color: rgb(41,220,237); }
div.DivClassName
{
background-color: #29DCED;
}
.BgClassName
{
background-color: #29DCED;
}
</style>
border-color css
<style>
span { border-color: #29DCED; }
span { border-color: rgb(41,220,237); }
td.TdClassName
{
border-color: #29DCED;
}
.TagClassName
{
border-color: #29DCED;
}
</style>