Shades of Bright Turquoise #1EFEDE
Tints of Bright Turquoise #1EFEDE
RGB
CMYK
RGB Variations
Color information
#1EFEDE (or 0x1EFEDE) is known color: Bright Turquoise. HEX triplet: 1E, FE and DE. RGB value is (30,254,222). Sum of RGB (Red+Green+Blue) = 30+254+222=506 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.93% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFEDE is #E10121. Grayscale: #B7B7B7. Windows color (decimal): -14745890 or 14614046. OLE color: 14614046.
HSL color Cylindrical-coordinate representation of color #1EFEDE: hue angle of 171.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFEDE is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 222 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.00 |
| HSL | 171.43º | 0.99% | 0.56% | - |
| HSV(B) | 171.43º | 0.88% | 1% | - |
| XYZ | 49.16 | 76.43 | 81.27 | - |
| YUV | 183.38 | 149.79 | 18.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 222 | 0.88 | 0 | 0.13 | 0.00 | 171.43 | 0.99 | 0.56 |
| Hex | 1E | FE | DE | 58 | 0 | D | 0 | AB | 63 | 38 |
| Octal | 36 | 376 | 336 | 130 | 0 | 15 | 0 | 253 | 143 | 70 |
| Binary | 11110 | 11111110 | 11011110 | 1011000 | 0 | 1101 | 0 | 10101011 | 1100011 | 111000 |
Color Harmonies of #1EFEDE
Complementary color
Monochromatic Colors of #1EFEDE
Black with #1EFEDE
Text Example
Text Example
White with #1EFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFEDE; }
p { color: rgb(30,254,222); }
H1.HeaderClassName
{
color: #1EFEDE;
}
.AnyTagClassName
{
color: #1EFEDE;
}
</style>
background-color css
<style>
a { background-color: #1EFEDE; }
a { background-color: rgb(30,254,222); }
div.DivClassName
{
background-color: #1EFEDE;
}
.BgClassName
{
background-color: #1EFEDE;
}
</style>
border-color css
<style>
span { border-color: #1EFEDE; }
span { border-color: rgb(30,254,222); }
td.TdClassName
{
border-color: #1EFEDE;
}
.TagClassName
{
border-color: #1EFEDE;
}
</style>