Shades of Bright Turquoise #1EDAD3
Tints of Bright Turquoise #1EDAD3
RGB
CMYK
RGB Variations
Color information
#1EDAD3 (or 0x1EDAD3) is known color: Bright Turquoise. HEX triplet: 1E, DA and D3. RGB value is (30,218,211). Sum of RGB (Red+Green+Blue) = 30+218+211=459 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.54% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAD3 is #E1252C. Grayscale: #A0A0A0. Windows color (decimal): -14755117 or 13883934. OLE color: 13883934.
HSL color Cylindrical-coordinate representation of color #1EDAD3: hue angle of 177.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDAD3 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 211 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.15 |
| HSL | 177.77º | 0.76% | 0.49% | - |
| HSV(B) | 177.77º | 0.86% | 0.85% | - |
| XYZ | 37.36 | 55.12 | 70.3 | - |
| YUV | 160.99 | 156.22 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 211 | 0.86 | 0 | 0.03 | 0.15 | 177.77 | 0.76 | 0.49 |
| Hex | 1E | DA | D3 | 56 | 0 | 3 | F | B2 | 4C | 31 |
| Octal | 36 | 332 | 323 | 126 | 0 | 3 | 17 | 262 | 114 | 61 |
| Binary | 11110 | 11011010 | 11010011 | 1010110 | 0 | 11 | 1111 | 10110010 | 1001100 | 110001 |
Color Harmonies of #1EDAD3
Complementary color
Monochromatic Colors of #1EDAD3
Black with #1EDAD3
Text Example
Text Example
White with #1EDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDAD3; }
p { color: rgb(30,218,211); }
H1.HeaderClassName
{
color: #1EDAD3;
}
.AnyTagClassName
{
color: #1EDAD3;
}
</style>
background-color css
<style>
a { background-color: #1EDAD3; }
a { background-color: rgb(30,218,211); }
div.DivClassName
{
background-color: #1EDAD3;
}
.BgClassName
{
background-color: #1EDAD3;
}
</style>
border-color css
<style>
span { border-color: #1EDAD3; }
span { border-color: rgb(30,218,211); }
td.TdClassName
{
border-color: #1EDAD3;
}
.TagClassName
{
border-color: #1EDAD3;
}
</style>