Shades of Bright Turquoise #1EDFC7
Tints of Bright Turquoise #1EDFC7
RGB
CMYK
RGB Variations
Color information
#1EDFC7 (or 0x1EDFC7) is known color: Bright Turquoise. HEX triplet: 1E, DF and C7. RGB value is (30,223,199). Sum of RGB (Red+Green+Blue) = 30+223+199=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFC7 is #E12038. Grayscale: #A2A2A2. Windows color (decimal): -14753849 or 13098782. OLE color: 13098782.
HSL color Cylindrical-coordinate representation of color #1EDFC7: hue angle of 172.54º 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 #1EDFC7 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 199 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.13 |
| HSL | 172.54º | 0.76% | 0.5% | - |
| HSV(B) | 172.54º | 0.87% | 0.87% | - |
| XYZ | 37.23 | 57.17 | 63.11 | - |
| YUV | 162.56 | 148.56 | 33.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 199 | 0.87 | 0 | 0.11 | 0.13 | 172.54 | 0.76 | 0.5 |
| Hex | 1E | DF | C7 | 57 | 0 | B | D | AD | 4C | 32 |
| Octal | 36 | 337 | 307 | 127 | 0 | 13 | 15 | 255 | 114 | 62 |
| Binary | 11110 | 11011111 | 11000111 | 1010111 | 0 | 1011 | 1101 | 10101101 | 1001100 | 110010 |
Color Harmonies of #1EDFC7
Complementary color
Monochromatic Colors of #1EDFC7
Black with #1EDFC7
Text Example
Text Example
White with #1EDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFC7; }
p { color: rgb(30,223,199); }
H1.HeaderClassName
{
color: #1EDFC7;
}
.AnyTagClassName
{
color: #1EDFC7;
}
</style>
background-color css
<style>
a { background-color: #1EDFC7; }
a { background-color: rgb(30,223,199); }
div.DivClassName
{
background-color: #1EDFC7;
}
.BgClassName
{
background-color: #1EDFC7;
}
</style>
border-color css
<style>
span { border-color: #1EDFC7; }
span { border-color: rgb(30,223,199); }
td.TdClassName
{
border-color: #1EDFC7;
}
.TagClassName
{
border-color: #1EDFC7;
}
</style>