Shades of Bright Turquoise #1EE1CC
Tints of Bright Turquoise #1EE1CC
RGB
CMYK
RGB Variations
Color information
#1EE1CC (or 0x1EE1CC) is known color: Bright Turquoise. HEX triplet: 1E, E1 and CC. RGB value is (30,225,204). Sum of RGB (Red+Green+Blue) = 30+225+204=459 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.54% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE1CC is #E11E33. Grayscale: #A4A4A4. Windows color (decimal): -14753332 or 13426974. OLE color: 13426974.
HSL color Cylindrical-coordinate representation of color #1EE1CC: hue angle of 173.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE1CC is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 204 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.12 |
| HSL | 173.54º | 0.76% | 0.5% | - |
| HSV(B) | 173.54º | 0.87% | 0.88% | - |
| XYZ | 38.36 | 58.49 | 66.39 | - |
| YUV | 164.3 | 150.4 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 204 | 0.87 | 0 | 0.09 | 0.12 | 173.54 | 0.76 | 0.5 |
| Hex | 1E | E1 | CC | 57 | 0 | 9 | C | AE | 4C | 32 |
| Octal | 36 | 341 | 314 | 127 | 0 | 11 | 14 | 256 | 114 | 62 |
| Binary | 11110 | 11100001 | 11001100 | 1010111 | 0 | 1001 | 1100 | 10101110 | 1001100 | 110010 |
Color Harmonies of #1EE1CC
Complementary color
Monochromatic Colors of #1EE1CC
Black with #1EE1CC
Text Example
Text Example
White with #1EE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE1CC; }
p { color: rgb(30,225,204); }
H1.HeaderClassName
{
color: #1EE1CC;
}
.AnyTagClassName
{
color: #1EE1CC;
}
</style>
background-color css
<style>
a { background-color: #1EE1CC; }
a { background-color: rgb(30,225,204); }
div.DivClassName
{
background-color: #1EE1CC;
}
.BgClassName
{
background-color: #1EE1CC;
}
</style>
border-color css
<style>
span { border-color: #1EE1CC; }
span { border-color: rgb(30,225,204); }
td.TdClassName
{
border-color: #1EE1CC;
}
.TagClassName
{
border-color: #1EE1CC;
}
</style>