Shades of Bright Turquoise #1ED4DD
Tints of Bright Turquoise #1ED4DD
RGB
CMYK
RGB Variations
Color information
#1ED4DD (or 0x1ED4DD) is known color: Bright Turquoise. HEX triplet: 1E, D4 and DD. RGB value is (30,212,221). Sum of RGB (Red+Green+Blue) = 30+212+221=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED4DD is #E12B22. Grayscale: #9E9E9E. Windows color (decimal): -14756643 or 14537758. OLE color: 14537758.
HSL color Cylindrical-coordinate representation of color #1ED4DD: hue angle of 182.83º 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 #1ED4DD is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 212 | 221 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.13 |
| HSL | 182.83º | 0.76% | 0.49% | - |
| HSV(B) | 182.83º | 0.86% | 0.87% | - |
| XYZ | 37.13 | 52.58 | 76.6 | - |
| YUV | 158.61 | 163.2 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 212 | 221 | 0.86 | 0.04 | 0 | 0.13 | 182.83 | 0.76 | 0.49 |
| Hex | 1E | D4 | DD | 56 | 4 | 0 | D | B7 | 4C | 31 |
| Octal | 36 | 324 | 335 | 126 | 4 | 0 | 15 | 267 | 114 | 61 |
| Binary | 11110 | 11010100 | 11011101 | 1010110 | 100 | 0 | 1101 | 10110111 | 1001100 | 110001 |
Color Harmonies of #1ED4DD
Complementary color
Monochromatic Colors of #1ED4DD
Black with #1ED4DD
Text Example
Text Example
White with #1ED4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED4DD; }
p { color: rgb(30,212,221); }
H1.HeaderClassName
{
color: #1ED4DD;
}
.AnyTagClassName
{
color: #1ED4DD;
}
</style>
background-color css
<style>
a { background-color: #1ED4DD; }
a { background-color: rgb(30,212,221); }
div.DivClassName
{
background-color: #1ED4DD;
}
.BgClassName
{
background-color: #1ED4DD;
}
</style>
border-color css
<style>
span { border-color: #1ED4DD; }
span { border-color: rgb(30,212,221); }
td.TdClassName
{
border-color: #1ED4DD;
}
.TagClassName
{
border-color: #1ED4DD;
}
</style>