Shades of Bright Turquoise #1EE9DA
Tints of Bright Turquoise #1EE9DA
RGB
CMYK
RGB Variations
Color information
#1EE9DA (or 0x1EE9DA) is known color: Bright Turquoise. HEX triplet: 1E, E9 and DA. RGB value is (30,233,218). Sum of RGB (Red+Green+Blue) = 30+233+218=481 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.24% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE9DA is #E11625. Grayscale: #AAAAAA. Windows color (decimal): -14751270 or 14346526. OLE color: 14346526.
HSL color Cylindrical-coordinate representation of color #1EE9DA: hue angle of 175.57º 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 #1EE9DA is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 218 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.09 |
| HSL | 175.57º | 0.82% | 0.52% | - |
| HSV(B) | 175.57º | 0.87% | 0.91% | - |
| XYZ | 42.33 | 63.62 | 76.38 | - |
| YUV | 170.59 | 154.75 | 27.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 218 | 0.87 | 0 | 0.06 | 0.09 | 175.57 | 0.82 | 0.52 |
| Hex | 1E | E9 | DA | 57 | 0 | 6 | 9 | B0 | 52 | 34 |
| Octal | 36 | 351 | 332 | 127 | 0 | 6 | 11 | 260 | 122 | 64 |
| Binary | 11110 | 11101001 | 11011010 | 1010111 | 0 | 110 | 1001 | 10110000 | 1010010 | 110100 |
Color Harmonies of #1EE9DA
Complementary color
Monochromatic Colors of #1EE9DA
Black with #1EE9DA
Text Example
Text Example
White with #1EE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE9DA; }
p { color: rgb(30,233,218); }
H1.HeaderClassName
{
color: #1EE9DA;
}
.AnyTagClassName
{
color: #1EE9DA;
}
</style>
background-color css
<style>
a { background-color: #1EE9DA; }
a { background-color: rgb(30,233,218); }
div.DivClassName
{
background-color: #1EE9DA;
}
.BgClassName
{
background-color: #1EE9DA;
}
</style>
border-color css
<style>
span { border-color: #1EE9DA; }
span { border-color: rgb(30,233,218); }
td.TdClassName
{
border-color: #1EE9DA;
}
.TagClassName
{
border-color: #1EE9DA;
}
</style>