Shades of Bright Turquoise #1ED8DD
Tints of Bright Turquoise #1ED8DD
RGB
CMYK
RGB Variations
Color information
#1ED8DD (or 0x1ED8DD) is known color: Bright Turquoise. HEX triplet: 1E, D8 and DD. RGB value is (30,216,221). Sum of RGB (Red+Green+Blue) = 30+216+221=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8DD is #E12722. Grayscale: #A0A0A0. Windows color (decimal): -14755619 or 14538782. OLE color: 14538782.
HSL color Cylindrical-coordinate representation of color #1ED8DD: hue angle of 181.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED8DD is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 216 | 221 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.13 |
| HSL | 181.57º | 0.76% | 0.49% | - |
| HSV(B) | 181.57º | 0.86% | 0.87% | - |
| XYZ | 38.14 | 54.61 | 76.94 | - |
| YUV | 160.96 | 161.88 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 221 | 0.86 | 0.02 | 0 | 0.13 | 181.57 | 0.76 | 0.49 |
| Hex | 1E | D8 | DD | 56 | 2 | 0 | D | B6 | 4C | 31 |
| Octal | 36 | 330 | 335 | 126 | 2 | 0 | 15 | 266 | 114 | 61 |
| Binary | 11110 | 11011000 | 11011101 | 1010110 | 10 | 0 | 1101 | 10110110 | 1001100 | 110001 |
Color Harmonies of #1ED8DD
Complementary color
Monochromatic Colors of #1ED8DD
Black with #1ED8DD
Text Example
Text Example
White with #1ED8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED8DD; }
p { color: rgb(30,216,221); }
H1.HeaderClassName
{
color: #1ED8DD;
}
.AnyTagClassName
{
color: #1ED8DD;
}
</style>
background-color css
<style>
a { background-color: #1ED8DD; }
a { background-color: rgb(30,216,221); }
div.DivClassName
{
background-color: #1ED8DD;
}
.BgClassName
{
background-color: #1ED8DD;
}
</style>
border-color css
<style>
span { border-color: #1ED8DD; }
span { border-color: rgb(30,216,221); }
td.TdClassName
{
border-color: #1ED8DD;
}
.TagClassName
{
border-color: #1ED8DD;
}
</style>