Shades of Bright Turquoise #1EDFDE
Tints of Bright Turquoise #1EDFDE
RGB
CMYK
RGB Variations
Color information
#1EDFDE (or 0x1EDFDE) is known color: Bright Turquoise. HEX triplet: 1E, DF and DE. RGB value is (30,223,222). Sum of RGB (Red+Green+Blue) = 30+223+222=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFDE is #E12021. Grayscale: #A4A4A4. Windows color (decimal): -14753826 or 14606110. OLE color: 14606110.
HSL color Cylindrical-coordinate representation of color #1EDFDE: hue angle of 179.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFDE is Cyan = 0.87, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 222 | - |
| CMYK | 0.87 | 0 | 0.00 | 0.13 |
| HSL | 179.69º | 0.76% | 0.5% | - |
| HSV(B) | 179.69º | 0.87% | 0.87% | - |
| XYZ | 40.11 | 58.33 | 78.25 | - |
| YUV | 165.18 | 160.06 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 222 | 0.87 | 0 | 0.00 | 0.13 | 179.69 | 0.76 | 0.5 |
| Hex | 1E | DF | DE | 57 | 0 | 0 | D | B4 | 4C | 32 |
| Octal | 36 | 337 | 336 | 127 | 0 | 0 | 15 | 264 | 114 | 62 |
| Binary | 11110 | 11011111 | 11011110 | 1010111 | 0 | 0 | 1101 | 10110100 | 1001100 | 110010 |
Color Harmonies of #1EDFDE
Complementary color
Monochromatic Colors of #1EDFDE
Black with #1EDFDE
Text Example
Text Example
White with #1EDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFDE; }
p { color: rgb(30,223,222); }
H1.HeaderClassName
{
color: #1EDFDE;
}
.AnyTagClassName
{
color: #1EDFDE;
}
</style>
background-color css
<style>
a { background-color: #1EDFDE; }
a { background-color: rgb(30,223,222); }
div.DivClassName
{
background-color: #1EDFDE;
}
.BgClassName
{
background-color: #1EDFDE;
}
</style>
border-color css
<style>
span { border-color: #1EDFDE; }
span { border-color: rgb(30,223,222); }
td.TdClassName
{
border-color: #1EDFDE;
}
.TagClassName
{
border-color: #1EDFDE;
}
</style>