Shades of Bright Turquoise #1DEFC2
Tints of Bright Turquoise #1DEFC2
RGB
CMYK
RGB Variations
Color information
#1DEFC2 (or 0x1DEFC2) is known color: Bright Turquoise. HEX triplet: 1D, EF and C2. RGB value is (29,239,194). Sum of RGB (Red+Green+Blue) = 29+239+194=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFC2 is #E2103D. Grayscale: #ABABAB. Windows color (decimal): -14815294 or 12775197. OLE color: 12775197.
HSL color Cylindrical-coordinate representation of color #1DEFC2: hue angle of 167.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEFC2 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 194 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.06 |
| HSL | 167.14º | 0.87% | 0.53% | - |
| HSV(B) | 167.14º | 0.88% | 0.94% | - |
| XYZ | 41.11 | 65.89 | 61.59 | - |
| YUV | 171.08 | 140.93 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 194 | 0.88 | 0 | 0.19 | 0.06 | 167.14 | 0.87 | 0.53 |
| Hex | 1D | EF | C2 | 58 | 0 | 13 | 6 | A7 | 57 | 35 |
| Octal | 35 | 357 | 302 | 130 | 0 | 23 | 6 | 247 | 127 | 65 |
| Binary | 11101 | 11101111 | 11000010 | 1011000 | 0 | 10011 | 110 | 10100111 | 1010111 | 110101 |
Color Harmonies of #1DEFC2
Complementary color
Monochromatic Colors of #1DEFC2
Black with #1DEFC2
Text Example
Text Example
White with #1DEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEFC2; }
p { color: rgb(29,239,194); }
H1.HeaderClassName
{
color: #1DEFC2;
}
.AnyTagClassName
{
color: #1DEFC2;
}
</style>
background-color css
<style>
a { background-color: #1DEFC2; }
a { background-color: rgb(29,239,194); }
div.DivClassName
{
background-color: #1DEFC2;
}
.BgClassName
{
background-color: #1DEFC2;
}
</style>
border-color css
<style>
span { border-color: #1DEFC2; }
span { border-color: rgb(29,239,194); }
td.TdClassName
{
border-color: #1DEFC2;
}
.TagClassName
{
border-color: #1DEFC2;
}
</style>