Shades of Bright Turquoise #1EDFDA
Tints of Bright Turquoise #1EDFDA
RGB
CMYK
RGB Variations
Color information
#1EDFDA (or 0x1EDFDA) is known color: Bright Turquoise. HEX triplet: 1E, DF and DA. RGB value is (30,223,218). Sum of RGB (Red+Green+Blue) = 30+223+218=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFDA is #E12025. Grayscale: #A4A4A4. Windows color (decimal): -14753830 or 14343966. OLE color: 14343966.
HSL color Cylindrical-coordinate representation of color #1EDFDA: hue angle of 178.45º 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 #1EDFDA is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 218 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.13 |
| HSL | 178.45º | 0.76% | 0.5% | - |
| HSV(B) | 178.45º | 0.87% | 0.87% | - |
| XYZ | 39.58 | 58.11 | 75.46 | - |
| YUV | 164.72 | 158.06 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 218 | 0.87 | 0 | 0.02 | 0.13 | 178.45 | 0.76 | 0.5 |
| Hex | 1E | DF | DA | 57 | 0 | 2 | D | B2 | 4C | 32 |
| Octal | 36 | 337 | 332 | 127 | 0 | 2 | 15 | 262 | 114 | 62 |
| Binary | 11110 | 11011111 | 11011010 | 1010111 | 0 | 10 | 1101 | 10110010 | 1001100 | 110010 |
Color Harmonies of #1EDFDA
Complementary color
Monochromatic Colors of #1EDFDA
Black with #1EDFDA
Text Example
Text Example
White with #1EDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFDA; }
p { color: rgb(30,223,218); }
H1.HeaderClassName
{
color: #1EDFDA;
}
.AnyTagClassName
{
color: #1EDFDA;
}
</style>
background-color css
<style>
a { background-color: #1EDFDA; }
a { background-color: rgb(30,223,218); }
div.DivClassName
{
background-color: #1EDFDA;
}
.BgClassName
{
background-color: #1EDFDA;
}
</style>
border-color css
<style>
span { border-color: #1EDFDA; }
span { border-color: rgb(30,223,218); }
td.TdClassName
{
border-color: #1EDFDA;
}
.TagClassName
{
border-color: #1EDFDA;
}
</style>