Shades of Bright Turquoise #1DF3EC
Tints of Bright Turquoise #1DF3EC
RGB
CMYK
RGB Variations
Color information
#1DF3EC (or 0x1DF3EC) is known color: Bright Turquoise. HEX triplet: 1D, F3 and EC. RGB value is (29,243,236). Sum of RGB (Red+Green+Blue) = 29+243+236=508 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.71% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF3EC is #E20C13. Grayscale: #B2B2B2. Windows color (decimal): -14814228 or 15528733. OLE color: 15528733.
HSL color Cylindrical-coordinate representation of color #1DF3EC: hue angle of 178.04º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF3EC is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 236 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.05 |
| HSL | 178.04º | 0.9% | 0.53% | - |
| HSV(B) | 178.04º | 0.88% | 0.95% | - |
| XYZ | 47.7 | 70.42 | 90.44 | - |
| YUV | 178.22 | 160.6 | 21.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 236 | 0.88 | 0 | 0.03 | 0.05 | 178.04 | 0.9 | 0.53 |
| Hex | 1D | F3 | EC | 58 | 0 | 3 | 5 | B2 | 5A | 35 |
| Octal | 35 | 363 | 354 | 130 | 0 | 3 | 5 | 262 | 132 | 65 |
| Binary | 11101 | 11110011 | 11101100 | 1011000 | 0 | 11 | 101 | 10110010 | 1011010 | 110101 |
Color Harmonies of #1DF3EC
Complementary color
Monochromatic Colors of #1DF3EC
Black with #1DF3EC
Text Example
Text Example
White with #1DF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF3EC; }
p { color: rgb(29,243,236); }
H1.HeaderClassName
{
color: #1DF3EC;
}
.AnyTagClassName
{
color: #1DF3EC;
}
</style>
background-color css
<style>
a { background-color: #1DF3EC; }
a { background-color: rgb(29,243,236); }
div.DivClassName
{
background-color: #1DF3EC;
}
.BgClassName
{
background-color: #1DF3EC;
}
</style>
border-color css
<style>
span { border-color: #1DF3EC; }
span { border-color: rgb(29,243,236); }
td.TdClassName
{
border-color: #1DF3EC;
}
.TagClassName
{
border-color: #1DF3EC;
}
</style>