Shades of Bright Turquoise #1EFDDD
Tints of Bright Turquoise #1EFDDD
RGB
CMYK
RGB Variations
Color information
#1EFDDD (or 0x1EFDDD) is known color: Bright Turquoise. HEX triplet: 1E, FD and DD. RGB value is (30,253,221). Sum of RGB (Red+Green+Blue) = 30+253+221=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDDD is #E10222. Grayscale: #B6B6B6. Windows color (decimal): -14746147 or 14548254. OLE color: 14548254.
HSL color Cylindrical-coordinate representation of color #1EFDDD: hue angle of 171.39º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFDDD is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 221 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.01 |
| HSL | 171.39º | 0.98% | 0.55% | - |
| HSV(B) | 171.39º | 0.88% | 0.99% | - |
| XYZ | 48.71 | 75.75 | 80.46 | - |
| YUV | 182.68 | 149.62 | 19.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 221 | 0.88 | 0 | 0.13 | 0.01 | 171.39 | 0.98 | 0.55 |
| Hex | 1E | FD | DD | 58 | 0 | D | 1 | AB | 62 | 37 |
| Octal | 36 | 375 | 335 | 130 | 0 | 15 | 1 | 253 | 142 | 67 |
| Binary | 11110 | 11111101 | 11011101 | 1011000 | 0 | 1101 | 1 | 10101011 | 1100010 | 110111 |
Color Harmonies of #1EFDDD
Complementary color
Monochromatic Colors of #1EFDDD
Black with #1EFDDD
Text Example
Text Example
White with #1EFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFDDD; }
p { color: rgb(30,253,221); }
H1.HeaderClassName
{
color: #1EFDDD;
}
.AnyTagClassName
{
color: #1EFDDD;
}
</style>
background-color css
<style>
a { background-color: #1EFDDD; }
a { background-color: rgb(30,253,221); }
div.DivClassName
{
background-color: #1EFDDD;
}
.BgClassName
{
background-color: #1EFDDD;
}
</style>
border-color css
<style>
span { border-color: #1EFDDD; }
span { border-color: rgb(30,253,221); }
td.TdClassName
{
border-color: #1EFDDD;
}
.TagClassName
{
border-color: #1EFDDD;
}
</style>