Shades of Bright Turquoise #29DCFC
Tints of Bright Turquoise #29DCFC
RGB
CMYK
RGB Variations
Color information
#29DCFC (or 0x29DCFC) is known color: Bright Turquoise. HEX triplet: 29, DC and FC. RGB value is (41,220,252). Sum of RGB (Red+Green+Blue) = 41+220+252=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #29DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCFC is #D62303. Grayscale: #A9A9A9. Windows color (decimal): -14033668 or 16571433. OLE color: 16571433.
HSL color Cylindrical-coordinate representation of color #29DCFC: hue angle of 189.1º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29DCFC is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 220 | 252 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.01 |
| HSL | 189.1º | 0.97% | 0.57% | - |
| HSV(B) | 189.1º | 0.84% | 0.99% | - |
| XYZ | 44.08 | 58.69 | 101.1 | - |
| YUV | 170.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 252 | 0.84 | 0.13 | 0 | 0.01 | 189.1 | 0.97 | 0.57 |
| Hex | 29 | DC | FC | 54 | D | 0 | 1 | BD | 61 | 39 |
| Octal | 51 | 334 | 374 | 124 | 15 | 0 | 1 | 275 | 141 | 71 |
| Binary | 101001 | 11011100 | 11111100 | 1010100 | 1101 | 0 | 1 | 10111101 | 1100001 | 111001 |
Color Harmonies of #29DCFC
Complementary color
Monochromatic Colors of #29DCFC
Black with #29DCFC
Text Example
Text Example
White with #29DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCFC; }
p { color: rgb(41,220,252); }
H1.HeaderClassName
{
color: #29DCFC;
}
.AnyTagClassName
{
color: #29DCFC;
}
</style>
background-color css
<style>
a { background-color: #29DCFC; }
a { background-color: rgb(41,220,252); }
div.DivClassName
{
background-color: #29DCFC;
}
.BgClassName
{
background-color: #29DCFC;
}
</style>
border-color css
<style>
span { border-color: #29DCFC; }
span { border-color: rgb(41,220,252); }
td.TdClassName
{
border-color: #29DCFC;
}
.TagClassName
{
border-color: #29DCFC;
}
</style>