Shades of Bright Turquoise #29DBEF
Tints of Bright Turquoise #29DBEF
RGB
CMYK
RGB Variations
Color information
#29DBEF (or 0x29DBEF) is known color: Bright Turquoise. HEX triplet: 29, DB and EF. RGB value is (41,219,239). Sum of RGB (Red+Green+Blue) = 41+219+239=499 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.22% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #29DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DBEF is #D62410. Grayscale: #A7A7A7. Windows color (decimal): -14033937 or 15719209. OLE color: 15719209.
HSL color Cylindrical-coordinate representation of color #29DBEF: hue angle of 186.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29DBEF is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 219 | 239 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.06 |
| HSL | 186.06º | 0.86% | 0.55% | - |
| HSV(B) | 186.06º | 0.83% | 0.94% | - |
| XYZ | 41.83 | 57.37 | 90.53 | - |
| YUV | 168.06 | 168.03 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 239 | 0.83 | 0.08 | 0 | 0.06 | 186.06 | 0.86 | 0.55 |
| Hex | 29 | DB | EF | 53 | 8 | 0 | 6 | BA | 56 | 37 |
| Octal | 51 | 333 | 357 | 123 | 10 | 0 | 6 | 272 | 126 | 67 |
| Binary | 101001 | 11011011 | 11101111 | 1010011 | 1000 | 0 | 110 | 10111010 | 1010110 | 110111 |
Color Harmonies of #29DBEF
Complementary color
Monochromatic Colors of #29DBEF
Black with #29DBEF
Text Example
Text Example
White with #29DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBEF; }
p { color: rgb(41,219,239); }
H1.HeaderClassName
{
color: #29DBEF;
}
.AnyTagClassName
{
color: #29DBEF;
}
</style>
background-color css
<style>
a { background-color: #29DBEF; }
a { background-color: rgb(41,219,239); }
div.DivClassName
{
background-color: #29DBEF;
}
.BgClassName
{
background-color: #29DBEF;
}
</style>
border-color css
<style>
span { border-color: #29DBEF; }
span { border-color: rgb(41,219,239); }
td.TdClassName
{
border-color: #29DBEF;
}
.TagClassName
{
border-color: #29DBEF;
}
</style>