Shades of Bright Turquoise #1EF1DD
Tints of Bright Turquoise #1EF1DD
RGB
CMYK
RGB Variations
Color information
#1EF1DD (or 0x1EF1DD) is known color: Bright Turquoise. HEX triplet: 1E, F1 and DD. RGB value is (30,241,221). Sum of RGB (Red+Green+Blue) = 30+241+221=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF1DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF1DD is #E10E22. Grayscale: #AFAFAF. Windows color (decimal): -14749219 or 14545182. OLE color: 14545182.
HSL color Cylindrical-coordinate representation of color #1EF1DD: hue angle of 174.31º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF1DD is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 221 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.05 |
| HSL | 174.31º | 0.88% | 0.53% | - |
| HSV(B) | 174.31º | 0.88% | 0.95% | - |
| XYZ | 45.04 | 68.41 | 79.24 | - |
| YUV | 175.63 | 153.6 | 24.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 221 | 0.88 | 0 | 0.08 | 0.05 | 174.31 | 0.88 | 0.53 |
| Hex | 1E | F1 | DD | 58 | 0 | 8 | 5 | AE | 58 | 35 |
| Octal | 36 | 361 | 335 | 130 | 0 | 10 | 5 | 256 | 130 | 65 |
| Binary | 11110 | 11110001 | 11011101 | 1011000 | 0 | 1000 | 101 | 10101110 | 1011000 | 110101 |
Color Harmonies of #1EF1DD
Complementary color
Monochromatic Colors of #1EF1DD
Black with #1EF1DD
Text Example
Text Example
White with #1EF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1DD; }
p { color: rgb(30,241,221); }
H1.HeaderClassName
{
color: #1EF1DD;
}
.AnyTagClassName
{
color: #1EF1DD;
}
</style>
background-color css
<style>
a { background-color: #1EF1DD; }
a { background-color: rgb(30,241,221); }
div.DivClassName
{
background-color: #1EF1DD;
}
.BgClassName
{
background-color: #1EF1DD;
}
</style>
border-color css
<style>
span { border-color: #1EF1DD; }
span { border-color: rgb(30,241,221); }
td.TdClassName
{
border-color: #1EF1DD;
}
.TagClassName
{
border-color: #1EF1DD;
}
</style>