Shades of Turquoise #29FADF
Tints of Turquoise #29FADF
RGB
CMYK
RGB Variations
Color information
#29FADF (or 0x29FADF) is known color: Turquoise. HEX triplet: 29, FA and DF. RGB value is (41,250,223). Sum of RGB (Red+Green+Blue) = 41+250+223=514 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.98% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #29FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FADF is #D60520. Grayscale: #B8B8B8. Windows color (decimal): -14026017 or 14678569. OLE color: 14678569.
HSL color Cylindrical-coordinate representation of color #29FADF: hue angle of 172.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FADF is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 250 | 223 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.02 |
| HSL | 172.25º | 0.95% | 0.57% | - |
| HSV(B) | 172.25º | 0.84% | 0.98% | - |
| XYZ | 48.42 | 74.17 | 81.58 | - |
| YUV | 184.43 | 149.76 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 250 | 223 | 0.84 | 0 | 0.11 | 0.02 | 172.25 | 0.95 | 0.57 |
| Hex | 29 | FA | DF | 54 | 0 | B | 2 | AC | 5F | 39 |
| Octal | 51 | 372 | 337 | 124 | 0 | 13 | 2 | 254 | 137 | 71 |
| Binary | 101001 | 11111010 | 11011111 | 1010100 | 0 | 1011 | 10 | 10101100 | 1011111 | 111001 |
Color Harmonies of #29FADF
Complementary color
Monochromatic Colors of #29FADF
Black with #29FADF
Text Example
Text Example
White with #29FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FADF; }
p { color: rgb(41,250,223); }
H1.HeaderClassName
{
color: #29FADF;
}
.AnyTagClassName
{
color: #29FADF;
}
</style>
background-color css
<style>
a { background-color: #29FADF; }
a { background-color: rgb(41,250,223); }
div.DivClassName
{
background-color: #29FADF;
}
.BgClassName
{
background-color: #29FADF;
}
</style>
border-color css
<style>
span { border-color: #29FADF; }
span { border-color: rgb(41,250,223); }
td.TdClassName
{
border-color: #29FADF;
}
.TagClassName
{
border-color: #29FADF;
}
</style>