Shades of Bright Turquoise #1EDBDA
Tints of Bright Turquoise #1EDBDA
RGB
CMYK
RGB Variations
Color information
#1EDBDA (or 0x1EDBDA) is known color: Bright Turquoise. HEX triplet: 1E, DB and DA. RGB value is (30,219,218). Sum of RGB (Red+Green+Blue) = 30+219+218=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBDA is #E12425. Grayscale: #A2A2A2. Windows color (decimal): -14754854 or 14342942. OLE color: 14342942.
HSL color Cylindrical-coordinate representation of color #1EDBDA: hue angle of 179.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDBDA is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 218 | - |
| CMYK | 0.86 | 0 | 0.00 | 0.14 |
| HSL | 179.68º | 0.76% | 0.49% | - |
| HSV(B) | 179.68º | 0.86% | 0.86% | - |
| XYZ | 38.52 | 56 | 75.11 | - |
| YUV | 162.38 | 159.38 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 218 | 0.86 | 0 | 0.00 | 0.14 | 179.68 | 0.76 | 0.49 |
| Hex | 1E | DB | DA | 56 | 0 | 0 | E | B4 | 4C | 31 |
| Octal | 36 | 333 | 332 | 126 | 0 | 0 | 16 | 264 | 114 | 61 |
| Binary | 11110 | 11011011 | 11011010 | 1010110 | 0 | 0 | 1110 | 10110100 | 1001100 | 110001 |
Color Harmonies of #1EDBDA
Complementary color
Monochromatic Colors of #1EDBDA
Black with #1EDBDA
Text Example
Text Example
White with #1EDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBDA; }
p { color: rgb(30,219,218); }
H1.HeaderClassName
{
color: #1EDBDA;
}
.AnyTagClassName
{
color: #1EDBDA;
}
</style>
background-color css
<style>
a { background-color: #1EDBDA; }
a { background-color: rgb(30,219,218); }
div.DivClassName
{
background-color: #1EDBDA;
}
.BgClassName
{
background-color: #1EDBDA;
}
</style>
border-color css
<style>
span { border-color: #1EDBDA; }
span { border-color: rgb(30,219,218); }
td.TdClassName
{
border-color: #1EDBDA;
}
.TagClassName
{
border-color: #1EDBDA;
}
</style>