Shades of Bright Turquoise #1EE0CA
Tints of Bright Turquoise #1EE0CA
RGB
CMYK
RGB Variations
Color information
#1EE0CA (or 0x1EE0CA) is known color: Bright Turquoise. HEX triplet: 1E, E0 and CA. RGB value is (30,224,202). Sum of RGB (Red+Green+Blue) = 30+224+202=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0CA is #E11F35. Grayscale: #A3A3A3. Windows color (decimal): -14753590 or 13295646. OLE color: 13295646.
HSL color Cylindrical-coordinate representation of color #1EE0CA: hue angle of 173.2º 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 #1EE0CA is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 202 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.12 |
| HSL | 173.2º | 0.76% | 0.5% | - |
| HSV(B) | 173.2º | 0.87% | 0.88% | - |
| XYZ | 37.85 | 57.85 | 65.05 | - |
| YUV | 163.49 | 149.73 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 202 | 0.87 | 0 | 0.10 | 0.12 | 173.2 | 0.76 | 0.5 |
| Hex | 1E | E0 | CA | 57 | 0 | A | C | AD | 4C | 32 |
| Octal | 36 | 340 | 312 | 127 | 0 | 12 | 14 | 255 | 114 | 62 |
| Binary | 11110 | 11100000 | 11001010 | 1010111 | 0 | 1010 | 1100 | 10101101 | 1001100 | 110010 |
Color Harmonies of #1EE0CA
Complementary color
Monochromatic Colors of #1EE0CA
Black with #1EE0CA
Text Example
Text Example
White with #1EE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0CA; }
p { color: rgb(30,224,202); }
H1.HeaderClassName
{
color: #1EE0CA;
}
.AnyTagClassName
{
color: #1EE0CA;
}
</style>
background-color css
<style>
a { background-color: #1EE0CA; }
a { background-color: rgb(30,224,202); }
div.DivClassName
{
background-color: #1EE0CA;
}
.BgClassName
{
background-color: #1EE0CA;
}
</style>
border-color css
<style>
span { border-color: #1EE0CA; }
span { border-color: rgb(30,224,202); }
td.TdClassName
{
border-color: #1EE0CA;
}
.TagClassName
{
border-color: #1EE0CA;
}
</style>