Shades of Bright Turquoise #1EEFDC
Tints of Bright Turquoise #1EEFDC
RGB
CMYK
RGB Variations
Color information
#1EEFDC (or 0x1EEFDC) is known color: Bright Turquoise. HEX triplet: 1E, EF and DC. RGB value is (30,239,220). Sum of RGB (Red+Green+Blue) = 30+239+220=489 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.13% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFDC is #E11023. Grayscale: #AEAEAE. Windows color (decimal): -14749732 or 14479134. OLE color: 14479134.
HSL color Cylindrical-coordinate representation of color #1EEFDC: hue angle of 174.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFDC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 220 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.06 |
| HSL | 174.55º | 0.87% | 0.53% | - |
| HSV(B) | 174.55º | 0.87% | 0.94% | - |
| XYZ | 44.32 | 67.18 | 78.34 | - |
| YUV | 174.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 220 | 0.87 | 0 | 0.08 | 0.06 | 174.55 | 0.87 | 0.53 |
| Hex | 1E | EF | DC | 57 | 0 | 8 | 6 | AF | 57 | 35 |
| Octal | 36 | 357 | 334 | 127 | 0 | 10 | 6 | 257 | 127 | 65 |
| Binary | 11110 | 11101111 | 11011100 | 1010111 | 0 | 1000 | 110 | 10101111 | 1010111 | 110101 |
Color Harmonies of #1EEFDC
Complementary color
Monochromatic Colors of #1EEFDC
Black with #1EEFDC
Text Example
Text Example
White with #1EEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEFDC; }
p { color: rgb(30,239,220); }
H1.HeaderClassName
{
color: #1EEFDC;
}
.AnyTagClassName
{
color: #1EEFDC;
}
</style>
background-color css
<style>
a { background-color: #1EEFDC; }
a { background-color: rgb(30,239,220); }
div.DivClassName
{
background-color: #1EEFDC;
}
.BgClassName
{
background-color: #1EEFDC;
}
</style>
border-color css
<style>
span { border-color: #1EEFDC; }
span { border-color: rgb(30,239,220); }
td.TdClassName
{
border-color: #1EEFDC;
}
.TagClassName
{
border-color: #1EEFDC;
}
</style>