Shades of Bright Turquoise #1EF3DC
Tints of Bright Turquoise #1EF3DC
RGB
CMYK
RGB Variations
Color information
#1EF3DC (or 0x1EF3DC) is known color: Bright Turquoise. HEX triplet: 1E, F3 and DC. RGB value is (30,243,220). Sum of RGB (Red+Green+Blue) = 30+243+220=493 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.09% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF3DC is #E10C23. Grayscale: #B0B0B0. Windows color (decimal): -14748708 or 14480158. OLE color: 14480158.
HSL color Cylindrical-coordinate representation of color #1EF3DC: hue angle of 173.52º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF3DC is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 220 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.05 |
| HSL | 173.52º | 0.9% | 0.54% | - |
| HSV(B) | 173.52º | 0.88% | 0.95% | - |
| XYZ | 45.5 | 69.54 | 78.74 | - |
| YUV | 176.69 | 152.43 | 23.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 220 | 0.88 | 0 | 0.09 | 0.05 | 173.52 | 0.9 | 0.54 |
| Hex | 1E | F3 | DC | 58 | 0 | 9 | 5 | AE | 5A | 36 |
| Octal | 36 | 363 | 334 | 130 | 0 | 11 | 5 | 256 | 132 | 66 |
| Binary | 11110 | 11110011 | 11011100 | 1011000 | 0 | 1001 | 101 | 10101110 | 1011010 | 110110 |
Color Harmonies of #1EF3DC
Complementary color
Monochromatic Colors of #1EF3DC
Black with #1EF3DC
Text Example
Text Example
White with #1EF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF3DC; }
p { color: rgb(30,243,220); }
H1.HeaderClassName
{
color: #1EF3DC;
}
.AnyTagClassName
{
color: #1EF3DC;
}
</style>
background-color css
<style>
a { background-color: #1EF3DC; }
a { background-color: rgb(30,243,220); }
div.DivClassName
{
background-color: #1EF3DC;
}
.BgClassName
{
background-color: #1EF3DC;
}
</style>
border-color css
<style>
span { border-color: #1EF3DC; }
span { border-color: rgb(30,243,220); }
td.TdClassName
{
border-color: #1EF3DC;
}
.TagClassName
{
border-color: #1EF3DC;
}
</style>