Shades of Dark Turquoise #1EC7DF
Tints of Dark Turquoise #1EC7DF
RGB
CMYK
RGB Variations
Color information
#1EC7DF (or 0x1EC7DF) is known color: Dark Turquoise. HEX triplet: 1E, C7 and DF. RGB value is (30,199,223). Sum of RGB (Red+Green+Blue) = 30+199+223=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EC7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC7DF is #E13820. Grayscale: #969696. Windows color (decimal): -14759969 or 14665502. OLE color: 14665502.
HSL color Cylindrical-coordinate representation of color #1EC7DF: hue angle of 187.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC7DF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 199 | 223 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.13 |
| HSL | 187.46º | 0.76% | 0.5% | - |
| HSV(B) | 187.46º | 0.87% | 0.87% | - |
| XYZ | 34.28 | 46.45 | 76.97 | - |
| YUV | 151.21 | 168.51 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 223 | 0.87 | 0.11 | 0 | 0.13 | 187.46 | 0.76 | 0.5 |
| Hex | 1E | C7 | DF | 57 | B | 0 | D | BB | 4C | 32 |
| Octal | 36 | 307 | 337 | 127 | 13 | 0 | 15 | 273 | 114 | 62 |
| Binary | 11110 | 11000111 | 11011111 | 1010111 | 1011 | 0 | 1101 | 10111011 | 1001100 | 110010 |
Color Harmonies of #1EC7DF
Complementary color
Monochromatic Colors of #1EC7DF
Black with #1EC7DF
Text Example
Text Example
White with #1EC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7DF; }
p { color: rgb(30,199,223); }
H1.HeaderClassName
{
color: #1EC7DF;
}
.AnyTagClassName
{
color: #1EC7DF;
}
</style>
background-color css
<style>
a { background-color: #1EC7DF; }
a { background-color: rgb(30,199,223); }
div.DivClassName
{
background-color: #1EC7DF;
}
.BgClassName
{
background-color: #1EC7DF;
}
</style>
border-color css
<style>
span { border-color: #1EC7DF; }
span { border-color: rgb(30,199,223); }
td.TdClassName
{
border-color: #1EC7DF;
}
.TagClassName
{
border-color: #1EC7DF;
}
</style>