Shades of Dark Turquoise #1ECFE3
Tints of Dark Turquoise #1ECFE3
RGB
CMYK
RGB Variations
Color information
#1ECFE3 (or 0x1ECFE3) is known color: Dark Turquoise. HEX triplet: 1E, CF and E3. RGB value is (30,207,227). Sum of RGB (Red+Green+Blue) = 30+207+227=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #1ECFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFE3 is #E1301C. Grayscale: #9C9C9C. Windows color (decimal): -14757917 or 14929694. OLE color: 14929694.
HSL color Cylindrical-coordinate representation of color #1ECFE3: hue angle of 186.09º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECFE3 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 207 | 227 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.11 |
| HSL | 186.09º | 0.78% | 0.5% | - |
| HSV(B) | 186.09º | 0.87% | 0.89% | - |
| XYZ | 36.71 | 50.45 | 80.48 | - |
| YUV | 156.36 | 167.86 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 227 | 0.87 | 0.09 | 0 | 0.11 | 186.09 | 0.78 | 0.5 |
| Hex | 1E | CF | E3 | 57 | 9 | 0 | B | BA | 4E | 32 |
| Octal | 36 | 317 | 343 | 127 | 11 | 0 | 13 | 272 | 116 | 62 |
| Binary | 11110 | 11001111 | 11100011 | 1010111 | 1001 | 0 | 1011 | 10111010 | 1001110 | 110010 |
Color Harmonies of #1ECFE3
Complementary color
Monochromatic Colors of #1ECFE3
Black with #1ECFE3
Text Example
Text Example
White with #1ECFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFE3; }
p { color: rgb(30,207,227); }
H1.HeaderClassName
{
color: #1ECFE3;
}
.AnyTagClassName
{
color: #1ECFE3;
}
</style>
background-color css
<style>
a { background-color: #1ECFE3; }
a { background-color: rgb(30,207,227); }
div.DivClassName
{
background-color: #1ECFE3;
}
.BgClassName
{
background-color: #1ECFE3;
}
</style>
border-color css
<style>
span { border-color: #1ECFE3; }
span { border-color: rgb(30,207,227); }
td.TdClassName
{
border-color: #1ECFE3;
}
.TagClassName
{
border-color: #1ECFE3;
}
</style>