Shades of Bright Turquoise #1DFADF
Tints of Bright Turquoise #1DFADF
RGB
CMYK
RGB Variations
Color information
#1DFADF (or 0x1DFADF) is known color: Bright Turquoise. HEX triplet: 1D, FA and DF. RGB value is (29,250,223). Sum of RGB (Red+Green+Blue) = 29+250+223=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFADF is #E20520. Grayscale: #B4B4B4. Windows color (decimal): -14812449 or 14678557. OLE color: 14678557.
HSL color Cylindrical-coordinate representation of color #1DFADF: hue angle of 172.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFADF is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 223 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.02 |
| HSL | 172.67º | 0.96% | 0.55% | - |
| HSV(B) | 172.67º | 0.88% | 0.98% | - |
| XYZ | 48.01 | 73.96 | 81.56 | - |
| YUV | 180.84 | 151.78 | 19.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 223 | 0.88 | 0 | 0.11 | 0.02 | 172.67 | 0.96 | 0.55 |
| Hex | 1D | FA | DF | 58 | 0 | B | 2 | AD | 60 | 37 |
| Octal | 35 | 372 | 337 | 130 | 0 | 13 | 2 | 255 | 140 | 67 |
| Binary | 11101 | 11111010 | 11011111 | 1011000 | 0 | 1011 | 10 | 10101101 | 1100000 | 110111 |
Color Harmonies of #1DFADF
Complementary color
Monochromatic Colors of #1DFADF
Black with #1DFADF
Text Example
Text Example
White with #1DFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFADF; }
p { color: rgb(29,250,223); }
H1.HeaderClassName
{
color: #1DFADF;
}
.AnyTagClassName
{
color: #1DFADF;
}
</style>
background-color css
<style>
a { background-color: #1DFADF; }
a { background-color: rgb(29,250,223); }
div.DivClassName
{
background-color: #1DFADF;
}
.BgClassName
{
background-color: #1DFADF;
}
</style>
border-color css
<style>
span { border-color: #1DFADF; }
span { border-color: rgb(29,250,223); }
td.TdClassName
{
border-color: #1DFADF;
}
.TagClassName
{
border-color: #1DFADF;
}
</style>