Shades of Dark Turquoise #1EC6DA
Tints of Dark Turquoise #1EC6DA
RGB
CMYK
RGB Variations
Color information
#1EC6DA (or 0x1EC6DA) is known color: Dark Turquoise. HEX triplet: 1E, C6 and DA. RGB value is (30,198,218). Sum of RGB (Red+Green+Blue) = 30+198+218=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EC6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC6DA is #E13925. Grayscale: #959595. Windows color (decimal): -14760230 or 14337566. OLE color: 14337566.
HSL color Cylindrical-coordinate representation of color #1EC6DA: hue angle of 186.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC6DA is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 198 | 218 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.15 |
| HSL | 186.38º | 0.76% | 0.49% | - |
| HSV(B) | 186.38º | 0.86% | 0.85% | - |
| XYZ | 33.38 | 45.73 | 73.4 | - |
| YUV | 150.05 | 166.34 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 218 | 0.86 | 0.09 | 0 | 0.15 | 186.38 | 0.76 | 0.49 |
| Hex | 1E | C6 | DA | 56 | 9 | 0 | F | BA | 4C | 31 |
| Octal | 36 | 306 | 332 | 126 | 11 | 0 | 17 | 272 | 114 | 61 |
| Binary | 11110 | 11000110 | 11011010 | 1010110 | 1001 | 0 | 1111 | 10111010 | 1001100 | 110001 |
Color Harmonies of #1EC6DA
Complementary color
Monochromatic Colors of #1EC6DA
Black with #1EC6DA
Text Example
Text Example
White with #1EC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC6DA; }
p { color: rgb(30,198,218); }
H1.HeaderClassName
{
color: #1EC6DA;
}
.AnyTagClassName
{
color: #1EC6DA;
}
</style>
background-color css
<style>
a { background-color: #1EC6DA; }
a { background-color: rgb(30,198,218); }
div.DivClassName
{
background-color: #1EC6DA;
}
.BgClassName
{
background-color: #1EC6DA;
}
</style>
border-color css
<style>
span { border-color: #1EC6DA; }
span { border-color: rgb(30,198,218); }
td.TdClassName
{
border-color: #1EC6DA;
}
.TagClassName
{
border-color: #1EC6DA;
}
</style>