Shades of Bright Turquoise #1EE1DA
Tints of Bright Turquoise #1EE1DA
RGB
CMYK
RGB Variations
Color information
#1EE1DA (or 0x1EE1DA) is known color: Bright Turquoise. HEX triplet: 1E, E1 and DA. RGB value is (30,225,218). Sum of RGB (Red+Green+Blue) = 30+225+218=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE1DA is #E11E25. Grayscale: #A5A5A5. Windows color (decimal): -14753318 or 14344478. OLE color: 14344478.
HSL color Cylindrical-coordinate representation of color #1EE1DA: hue angle of 177.85º 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 #1EE1DA is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 218 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.12 |
| HSL | 177.85º | 0.76% | 0.5% | - |
| HSV(B) | 177.85º | 0.87% | 0.88% | - |
| XYZ | 40.12 | 59.19 | 75.64 | - |
| YUV | 165.9 | 157.4 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 218 | 0.87 | 0 | 0.03 | 0.12 | 177.85 | 0.76 | 0.5 |
| Hex | 1E | E1 | DA | 57 | 0 | 3 | C | B2 | 4C | 32 |
| Octal | 36 | 341 | 332 | 127 | 0 | 3 | 14 | 262 | 114 | 62 |
| Binary | 11110 | 11100001 | 11011010 | 1010111 | 0 | 11 | 1100 | 10110010 | 1001100 | 110010 |
Color Harmonies of #1EE1DA
Complementary color
Monochromatic Colors of #1EE1DA
Black with #1EE1DA
Text Example
Text Example
White with #1EE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE1DA; }
p { color: rgb(30,225,218); }
H1.HeaderClassName
{
color: #1EE1DA;
}
.AnyTagClassName
{
color: #1EE1DA;
}
</style>
background-color css
<style>
a { background-color: #1EE1DA; }
a { background-color: rgb(30,225,218); }
div.DivClassName
{
background-color: #1EE1DA;
}
.BgClassName
{
background-color: #1EE1DA;
}
</style>
border-color css
<style>
span { border-color: #1EE1DA; }
span { border-color: rgb(30,225,218); }
td.TdClassName
{
border-color: #1EE1DA;
}
.TagClassName
{
border-color: #1EE1DA;
}
</style>