Shades of Bright Turquoise #1EEEEC
Tints of Bright Turquoise #1EEEEC
RGB
CMYK
RGB Variations
Color information
#1EEEEC (or 0x1EEEEC) is known color: Bright Turquoise. HEX triplet: 1E, EE and EC. RGB value is (30,238,236). Sum of RGB (Red+Green+Blue) = 30+238+236=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEEC is #E11113. Grayscale: #AFAFAF. Windows color (decimal): -14749972 or 15527454. OLE color: 15527454.
HSL color Cylindrical-coordinate representation of color #1EEEEC: hue angle of 179.42º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEEEC is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 236 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.07 |
| HSL | 179.42º | 0.86% | 0.53% | - |
| HSV(B) | 179.42º | 0.87% | 0.93% | - |
| XYZ | 46.25 | 67.48 | 89.94 | - |
| YUV | 175.58 | 162.09 | 24.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 236 | 0.87 | 0 | 0.01 | 0.07 | 179.42 | 0.86 | 0.53 |
| Hex | 1E | EE | EC | 57 | 0 | 1 | 7 | B3 | 56 | 35 |
| Octal | 36 | 356 | 354 | 127 | 0 | 1 | 7 | 263 | 126 | 65 |
| Binary | 11110 | 11101110 | 11101100 | 1010111 | 0 | 1 | 111 | 10110011 | 1010110 | 110101 |
Color Harmonies of #1EEEEC
Complementary color
Monochromatic Colors of #1EEEEC
Black with #1EEEEC
Text Example
Text Example
White with #1EEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEEEC; }
p { color: rgb(30,238,236); }
H1.HeaderClassName
{
color: #1EEEEC;
}
.AnyTagClassName
{
color: #1EEEEC;
}
</style>
background-color css
<style>
a { background-color: #1EEEEC; }
a { background-color: rgb(30,238,236); }
div.DivClassName
{
background-color: #1EEEEC;
}
.BgClassName
{
background-color: #1EEEEC;
}
</style>
border-color css
<style>
span { border-color: #1EEEEC; }
span { border-color: rgb(30,238,236); }
td.TdClassName
{
border-color: #1EEEEC;
}
.TagClassName
{
border-color: #1EEEEC;
}
</style>