Shades of Bright Turquoise #1EDFDD
Tints of Bright Turquoise #1EDFDD
RGB
CMYK
RGB Variations
Color information
#1EDFDD (or 0x1EDFDD) is known color: Bright Turquoise. HEX triplet: 1E, DF and DD. RGB value is (30,223,221). Sum of RGB (Red+Green+Blue) = 30+223+221=474 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.33% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFDD is #E12022. Grayscale: #A4A4A4. Windows color (decimal): -14753827 or 14540574. OLE color: 14540574.
HSL color Cylindrical-coordinate representation of color #1EDFDD: hue angle of 179.38º 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 #1EDFDD is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 221 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.13 |
| HSL | 179.38º | 0.76% | 0.5% | - |
| HSV(B) | 179.38º | 0.87% | 0.87% | - |
| XYZ | 39.97 | 58.27 | 77.55 | - |
| YUV | 165.07 | 159.56 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 221 | 0.87 | 0 | 0.01 | 0.13 | 179.38 | 0.76 | 0.5 |
| Hex | 1E | DF | DD | 57 | 0 | 1 | D | B3 | 4C | 32 |
| Octal | 36 | 337 | 335 | 127 | 0 | 1 | 15 | 263 | 114 | 62 |
| Binary | 11110 | 11011111 | 11011101 | 1010111 | 0 | 1 | 1101 | 10110011 | 1001100 | 110010 |
Color Harmonies of #1EDFDD
Complementary color
Monochromatic Colors of #1EDFDD
Black with #1EDFDD
Text Example
Text Example
White with #1EDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFDD; }
p { color: rgb(30,223,221); }
H1.HeaderClassName
{
color: #1EDFDD;
}
.AnyTagClassName
{
color: #1EDFDD;
}
</style>
background-color css
<style>
a { background-color: #1EDFDD; }
a { background-color: rgb(30,223,221); }
div.DivClassName
{
background-color: #1EDFDD;
}
.BgClassName
{
background-color: #1EDFDD;
}
</style>
border-color css
<style>
span { border-color: #1EDFDD; }
span { border-color: rgb(30,223,221); }
td.TdClassName
{
border-color: #1EDFDD;
}
.TagClassName
{
border-color: #1EDFDD;
}
</style>