Shades of Bright Turquoise #1EE9C4
Tints of Bright Turquoise #1EE9C4
RGB
CMYK
RGB Variations
Color information
#1EE9C4 (or 0x1EE9C4) is known color: Bright Turquoise. HEX triplet: 1E, E9 and C4. RGB value is (30,233,196). Sum of RGB (Red+Green+Blue) = 30+233+196=459 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.54% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE9C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE9C4 is #E1163B. Grayscale: #A8A8A8. Windows color (decimal): -14751292 or 12904734. OLE color: 12904734.
HSL color Cylindrical-coordinate representation of color #1EE9C4: hue angle of 169.06º 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 #1EE9C4 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 196 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.09 |
| HSL | 169.06º | 0.82% | 0.52% | - |
| HSV(B) | 169.06º | 0.87% | 0.91% | - |
| XYZ | 39.64 | 62.54 | 62.21 | - |
| YUV | 168.09 | 143.75 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 196 | 0.87 | 0 | 0.16 | 0.09 | 169.06 | 0.82 | 0.52 |
| Hex | 1E | E9 | C4 | 57 | 0 | 10 | 9 | A9 | 52 | 34 |
| Octal | 36 | 351 | 304 | 127 | 0 | 20 | 11 | 251 | 122 | 64 |
| Binary | 11110 | 11101001 | 11000100 | 1010111 | 0 | 10000 | 1001 | 10101001 | 1010010 | 110100 |
Color Harmonies of #1EE9C4
Complementary color
Monochromatic Colors of #1EE9C4
Black with #1EE9C4
Text Example
Text Example
White with #1EE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE9C4; }
p { color: rgb(30,233,196); }
H1.HeaderClassName
{
color: #1EE9C4;
}
.AnyTagClassName
{
color: #1EE9C4;
}
</style>
background-color css
<style>
a { background-color: #1EE9C4; }
a { background-color: rgb(30,233,196); }
div.DivClassName
{
background-color: #1EE9C4;
}
.BgClassName
{
background-color: #1EE9C4;
}
</style>
border-color css
<style>
span { border-color: #1EE9C4; }
span { border-color: rgb(30,233,196); }
td.TdClassName
{
border-color: #1EE9C4;
}
.TagClassName
{
border-color: #1EE9C4;
}
</style>