Shades of Bright Turquoise #1EE5CC
Tints of Bright Turquoise #1EE5CC
RGB
CMYK
RGB Variations
Color information
#1EE5CC (or 0x1EE5CC) is known color: Bright Turquoise. HEX triplet: 1E, E5 and CC. RGB value is (30,229,204). Sum of RGB (Red+Green+Blue) = 30+229+204=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #1EE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE5CC is #E11A33. Grayscale: #A6A6A6. Windows color (decimal): -14752308 or 13427998. OLE color: 13427998.
HSL color Cylindrical-coordinate representation of color #1EE5CC: hue angle of 172.46º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE5CC is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 229 | 204 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.10 |
| HSL | 172.46º | 0.79% | 0.51% | - |
| HSV(B) | 172.46º | 0.87% | 0.9% | - |
| XYZ | 39.45 | 60.67 | 66.76 | - |
| YUV | 166.65 | 149.07 | 30.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 229 | 204 | 0.87 | 0 | 0.11 | 0.10 | 172.46 | 0.79 | 0.51 |
| Hex | 1E | E5 | CC | 57 | 0 | B | A | AC | 4F | 33 |
| Octal | 36 | 345 | 314 | 127 | 0 | 13 | 12 | 254 | 117 | 63 |
| Binary | 11110 | 11100101 | 11001100 | 1010111 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110011 |
Color Harmonies of #1EE5CC
Complementary color
Monochromatic Colors of #1EE5CC
Black with #1EE5CC
Text Example
Text Example
White with #1EE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE5CC; }
p { color: rgb(30,229,204); }
H1.HeaderClassName
{
color: #1EE5CC;
}
.AnyTagClassName
{
color: #1EE5CC;
}
</style>
background-color css
<style>
a { background-color: #1EE5CC; }
a { background-color: rgb(30,229,204); }
div.DivClassName
{
background-color: #1EE5CC;
}
.BgClassName
{
background-color: #1EE5CC;
}
</style>
border-color css
<style>
span { border-color: #1EE5CC; }
span { border-color: rgb(30,229,204); }
td.TdClassName
{
border-color: #1EE5CC;
}
.TagClassName
{
border-color: #1EE5CC;
}
</style>