Shades of Bright Turquoise #29DCEE
Tints of Bright Turquoise #29DCEE
RGB
CMYK
RGB Variations
Color information
#29DCEE (or 0x29DCEE) is known color: Bright Turquoise. HEX triplet: 29, DC and EE. RGB value is (41,220,238). Sum of RGB (Red+Green+Blue) = 41+220+238=499 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.22% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #29DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCEE is #D62311. Grayscale: #A8A8A8. Windows color (decimal): -14033682 or 15653929. OLE color: 15653929.
HSL color Cylindrical-coordinate representation of color #29DCEE: hue angle of 185.48º degrees, saturation: 0.85, 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 #29DCEE is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 220 | 238 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.07 |
| HSL | 185.48º | 0.85% | 0.55% | - |
| HSV(B) | 185.48º | 0.83% | 0.93% | - |
| XYZ | 41.94 | 57.83 | 89.84 | - |
| YUV | 168.53 | 167.2 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 238 | 0.83 | 0.08 | 0 | 0.07 | 185.48 | 0.85 | 0.55 |
| Hex | 29 | DC | EE | 53 | 8 | 0 | 7 | B9 | 55 | 37 |
| Octal | 51 | 334 | 356 | 123 | 10 | 0 | 7 | 271 | 125 | 67 |
| Binary | 101001 | 11011100 | 11101110 | 1010011 | 1000 | 0 | 111 | 10111001 | 1010101 | 110111 |
Color Harmonies of #29DCEE
Complementary color
Monochromatic Colors of #29DCEE
Black with #29DCEE
Text Example
Text Example
White with #29DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCEE; }
p { color: rgb(41,220,238); }
H1.HeaderClassName
{
color: #29DCEE;
}
.AnyTagClassName
{
color: #29DCEE;
}
</style>
background-color css
<style>
a { background-color: #29DCEE; }
a { background-color: rgb(41,220,238); }
div.DivClassName
{
background-color: #29DCEE;
}
.BgClassName
{
background-color: #29DCEE;
}
</style>
border-color css
<style>
span { border-color: #29DCEE; }
span { border-color: rgb(41,220,238); }
td.TdClassName
{
border-color: #29DCEE;
}
.TagClassName
{
border-color: #29DCEE;
}
</style>