Shades of Bright Turquoise #1DFDC2
Tints of Bright Turquoise #1DFDC2
RGB
CMYK
RGB Variations
Color information
#1DFDC2 (or 0x1DFDC2) is known color: Bright Turquoise. HEX triplet: 1D, FD and C2. RGB value is (29,253,194). Sum of RGB (Red+Green+Blue) = 29+253+194=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDC2 is #E2023D. Grayscale: #B3B3B3. Windows color (decimal): -14811710 or 12778781. OLE color: 12778781.
HSL color Cylindrical-coordinate representation of color #1DFDC2: hue angle of 164.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFDC2 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 194 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.01 |
| HSL | 164.2º | 0.98% | 0.55% | - |
| HSV(B) | 164.2º | 0.89% | 0.99% | - |
| XYZ | 45.37 | 74.41 | 63.01 | - |
| YUV | 179.3 | 136.29 | 20.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 194 | 0.89 | 0 | 0.23 | 0.01 | 164.2 | 0.98 | 0.55 |
| Hex | 1D | FD | C2 | 59 | 0 | 17 | 1 | A4 | 62 | 37 |
| Octal | 35 | 375 | 302 | 131 | 0 | 27 | 1 | 244 | 142 | 67 |
| Binary | 11101 | 11111101 | 11000010 | 1011001 | 0 | 10111 | 1 | 10100100 | 1100010 | 110111 |
Color Harmonies of #1DFDC2
Complementary color
Monochromatic Colors of #1DFDC2
Black with #1DFDC2
Text Example
Text Example
White with #1DFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFDC2; }
p { color: rgb(29,253,194); }
H1.HeaderClassName
{
color: #1DFDC2;
}
.AnyTagClassName
{
color: #1DFDC2;
}
</style>
background-color css
<style>
a { background-color: #1DFDC2; }
a { background-color: rgb(29,253,194); }
div.DivClassName
{
background-color: #1DFDC2;
}
.BgClassName
{
background-color: #1DFDC2;
}
</style>
border-color css
<style>
span { border-color: #1DFDC2; }
span { border-color: rgb(29,253,194); }
td.TdClassName
{
border-color: #1DFDC2;
}
.TagClassName
{
border-color: #1DFDC2;
}
</style>