Shades of Bright Turquoise #1EEDCE
Tints of Bright Turquoise #1EEDCE
RGB
CMYK
RGB Variations
Color information
#1EEDCE (or 0x1EEDCE) is known color: Bright Turquoise. HEX triplet: 1E, ED and CE. RGB value is (30,237,206). Sum of RGB (Red+Green+Blue) = 30+237+206=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDCE is #E11231. Grayscale: #ABABAB. Windows color (decimal): -14750258 or 13561118. OLE color: 13561118.
HSL color Cylindrical-coordinate representation of color #1EEDCE: hue angle of 171.01º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEDCE is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 206 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.07 |
| HSL | 171.01º | 0.85% | 0.52% | - |
| HSV(B) | 171.01º | 0.87% | 0.93% | - |
| XYZ | 41.96 | 65.3 | 68.79 | - |
| YUV | 171.57 | 147.42 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 206 | 0.87 | 0 | 0.13 | 0.07 | 171.01 | 0.85 | 0.52 |
| Hex | 1E | ED | CE | 57 | 0 | D | 7 | AB | 55 | 34 |
| Octal | 36 | 355 | 316 | 127 | 0 | 15 | 7 | 253 | 125 | 64 |
| Binary | 11110 | 11101101 | 11001110 | 1010111 | 0 | 1101 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1EEDCE
Complementary color
Monochromatic Colors of #1EEDCE
Black with #1EEDCE
Text Example
Text Example
White with #1EEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDCE; }
p { color: rgb(30,237,206); }
H1.HeaderClassName
{
color: #1EEDCE;
}
.AnyTagClassName
{
color: #1EEDCE;
}
</style>
background-color css
<style>
a { background-color: #1EEDCE; }
a { background-color: rgb(30,237,206); }
div.DivClassName
{
background-color: #1EEDCE;
}
.BgClassName
{
background-color: #1EEDCE;
}
</style>
border-color css
<style>
span { border-color: #1EEDCE; }
span { border-color: rgb(30,237,206); }
td.TdClassName
{
border-color: #1EEDCE;
}
.TagClassName
{
border-color: #1EEDCE;
}
</style>