Shades of Bright Turquoise #1EE9CA
Tints of Bright Turquoise #1EE9CA
RGB
CMYK
RGB Variations
Color information
#1EE9CA (or 0x1EE9CA) is known color: Bright Turquoise. HEX triplet: 1E, E9 and CA. RGB value is (30,233,202). Sum of RGB (Red+Green+Blue) = 30+233+202=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE9CA is #E11635. Grayscale: #A8A8A8. Windows color (decimal): -14751286 or 13297950. OLE color: 13297950.
HSL color Cylindrical-coordinate representation of color #1EE9CA: hue angle of 170.84º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE9CA is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 202 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.09 |
| HSL | 170.84º | 0.82% | 0.52% | - |
| HSV(B) | 170.84º | 0.87% | 0.91% | - |
| XYZ | 40.34 | 62.82 | 65.88 | - |
| YUV | 168.77 | 146.75 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 202 | 0.87 | 0 | 0.13 | 0.09 | 170.84 | 0.82 | 0.52 |
| Hex | 1E | E9 | CA | 57 | 0 | D | 9 | AB | 52 | 34 |
| Octal | 36 | 351 | 312 | 127 | 0 | 15 | 11 | 253 | 122 | 64 |
| Binary | 11110 | 11101001 | 11001010 | 1010111 | 0 | 1101 | 1001 | 10101011 | 1010010 | 110100 |
Color Harmonies of #1EE9CA
Complementary color
Monochromatic Colors of #1EE9CA
Black with #1EE9CA
Text Example
Text Example
White with #1EE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE9CA; }
p { color: rgb(30,233,202); }
H1.HeaderClassName
{
color: #1EE9CA;
}
.AnyTagClassName
{
color: #1EE9CA;
}
</style>
background-color css
<style>
a { background-color: #1EE9CA; }
a { background-color: rgb(30,233,202); }
div.DivClassName
{
background-color: #1EE9CA;
}
.BgClassName
{
background-color: #1EE9CA;
}
</style>
border-color css
<style>
span { border-color: #1EE9CA; }
span { border-color: rgb(30,233,202); }
td.TdClassName
{
border-color: #1EE9CA;
}
.TagClassName
{
border-color: #1EE9CA;
}
</style>