Shades of Bright Turquoise #1DF9C0
Tints of Bright Turquoise #1DF9C0
RGB
CMYK
RGB Variations
Color information
#1DF9C0 (or 0x1DF9C0) is known color: Bright Turquoise. HEX triplet: 1D, F9 and C0. RGB value is (29,249,192). Sum of RGB (Red+Green+Blue) = 29+249+192=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9C0 is #E2063F. Grayscale: #B0B0B0. Windows color (decimal): -14812736 or 12646685. OLE color: 12646685.
HSL color Cylindrical-coordinate representation of color #1DF9C0: hue angle of 164.45º degrees, saturation: 0.95, 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 #1DF9C0 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 192 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.02 |
| HSL | 164.45º | 0.95% | 0.55% | - |
| HSV(B) | 164.45º | 0.88% | 0.98% | - |
| XYZ | 43.9 | 71.82 | 61.42 | - |
| YUV | 176.72 | 136.61 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 192 | 0.88 | 0 | 0.23 | 0.02 | 164.45 | 0.95 | 0.55 |
| Hex | 1D | F9 | C0 | 58 | 0 | 17 | 2 | A4 | 5F | 37 |
| Octal | 35 | 371 | 300 | 130 | 0 | 27 | 2 | 244 | 137 | 67 |
| Binary | 11101 | 11111001 | 11000000 | 1011000 | 0 | 10111 | 10 | 10100100 | 1011111 | 110111 |
Color Harmonies of #1DF9C0
Complementary color
Monochromatic Colors of #1DF9C0
Black with #1DF9C0
Text Example
Text Example
White with #1DF9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9C0; }
p { color: rgb(29,249,192); }
H1.HeaderClassName
{
color: #1DF9C0;
}
.AnyTagClassName
{
color: #1DF9C0;
}
</style>
background-color css
<style>
a { background-color: #1DF9C0; }
a { background-color: rgb(29,249,192); }
div.DivClassName
{
background-color: #1DF9C0;
}
.BgClassName
{
background-color: #1DF9C0;
}
</style>
border-color css
<style>
span { border-color: #1DF9C0; }
span { border-color: rgb(29,249,192); }
td.TdClassName
{
border-color: #1DF9C0;
}
.TagClassName
{
border-color: #1DF9C0;
}
</style>