Shades of Bright Turquoise #1EDFD6
Tints of Bright Turquoise #1EDFD6
RGB
CMYK
RGB Variations
Color information
#1EDFD6 (or 0x1EDFD6) is known color: Bright Turquoise. HEX triplet: 1E, DF and D6. RGB value is (30,223,214). Sum of RGB (Red+Green+Blue) = 30+223+214=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFD6 is #E12029. Grayscale: #A4A4A4. Windows color (decimal): -14753834 or 14081822. OLE color: 14081822.
HSL color Cylindrical-coordinate representation of color #1EDFD6: hue angle of 177.2º 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 #1EDFD6 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 214 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.13 |
| HSL | 177.2º | 0.76% | 0.5% | - |
| HSV(B) | 177.2º | 0.87% | 0.87% | - |
| XYZ | 39.06 | 57.91 | 72.74 | - |
| YUV | 164.27 | 156.06 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 214 | 0.87 | 0 | 0.04 | 0.13 | 177.2 | 0.76 | 0.5 |
| Hex | 1E | DF | D6 | 57 | 0 | 4 | D | B1 | 4C | 32 |
| Octal | 36 | 337 | 326 | 127 | 0 | 4 | 15 | 261 | 114 | 62 |
| Binary | 11110 | 11011111 | 11010110 | 1010111 | 0 | 100 | 1101 | 10110001 | 1001100 | 110010 |
Color Harmonies of #1EDFD6
Complementary color
Monochromatic Colors of #1EDFD6
Black with #1EDFD6
Text Example
Text Example
White with #1EDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFD6; }
p { color: rgb(30,223,214); }
H1.HeaderClassName
{
color: #1EDFD6;
}
.AnyTagClassName
{
color: #1EDFD6;
}
</style>
background-color css
<style>
a { background-color: #1EDFD6; }
a { background-color: rgb(30,223,214); }
div.DivClassName
{
background-color: #1EDFD6;
}
.BgClassName
{
background-color: #1EDFD6;
}
</style>
border-color css
<style>
span { border-color: #1EDFD6; }
span { border-color: rgb(30,223,214); }
td.TdClassName
{
border-color: #1EDFD6;
}
.TagClassName
{
border-color: #1EDFD6;
}
</style>