Shades of Bright Turquoise #1EE2CC
Tints of Bright Turquoise #1EE2CC
RGB
CMYK
RGB Variations
Color information
#1EE2CC (or 0x1EE2CC) is known color: Bright Turquoise. HEX triplet: 1E, E2 and CC. RGB value is (30,226,204). Sum of RGB (Red+Green+Blue) = 30+226+204=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #1EE2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE2CC is #E11D33. Grayscale: #A4A4A4. Windows color (decimal): -14753076 or 13427230. OLE color: 13427230.
HSL color Cylindrical-coordinate representation of color #1EE2CC: hue angle of 173.27º degrees, saturation: 0.77, 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 #1EE2CC is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 226 | 204 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.11 |
| HSL | 173.27º | 0.77% | 0.5% | - |
| HSV(B) | 173.27º | 0.87% | 0.89% | - |
| XYZ | 38.63 | 59.03 | 66.48 | - |
| YUV | 164.89 | 150.07 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 226 | 204 | 0.87 | 0 | 0.10 | 0.11 | 173.27 | 0.77 | 0.5 |
| Hex | 1E | E2 | CC | 57 | 0 | A | B | AD | 4D | 32 |
| Octal | 36 | 342 | 314 | 127 | 0 | 12 | 13 | 255 | 115 | 62 |
| Binary | 11110 | 11100010 | 11001100 | 1010111 | 0 | 1010 | 1011 | 10101101 | 1001101 | 110010 |
Color Harmonies of #1EE2CC
Complementary color
Monochromatic Colors of #1EE2CC
Black with #1EE2CC
Text Example
Text Example
White with #1EE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE2CC; }
p { color: rgb(30,226,204); }
H1.HeaderClassName
{
color: #1EE2CC;
}
.AnyTagClassName
{
color: #1EE2CC;
}
</style>
background-color css
<style>
a { background-color: #1EE2CC; }
a { background-color: rgb(30,226,204); }
div.DivClassName
{
background-color: #1EE2CC;
}
.BgClassName
{
background-color: #1EE2CC;
}
</style>
border-color css
<style>
span { border-color: #1EE2CC; }
span { border-color: rgb(30,226,204); }
td.TdClassName
{
border-color: #1EE2CC;
}
.TagClassName
{
border-color: #1EE2CC;
}
</style>