Shades of Bright Turquoise #1EF1D3
Tints of Bright Turquoise #1EF1D3
RGB
CMYK
RGB Variations
Color information
#1EF1D3 (or 0x1EF1D3) is known color: Bright Turquoise. HEX triplet: 1E, F1 and D3. RGB value is (30,241,211). Sum of RGB (Red+Green+Blue) = 30+241+211=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF1D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF1D3 is #E10E2C. Grayscale: #AEAEAE. Windows color (decimal): -14749229 or 13889822. OLE color: 13889822.
HSL color Cylindrical-coordinate representation of color #1EF1D3: hue angle of 171.47º 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 #1EF1D3 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 211 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.05 |
| HSL | 171.47º | 0.88% | 0.53% | - |
| HSV(B) | 171.47º | 0.88% | 0.95% | - |
| XYZ | 43.75 | 67.89 | 72.43 | - |
| YUV | 174.49 | 148.6 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 211 | 0.88 | 0 | 0.12 | 0.05 | 171.47 | 0.88 | 0.53 |
| Hex | 1E | F1 | D3 | 58 | 0 | C | 5 | AB | 58 | 35 |
| Octal | 36 | 361 | 323 | 130 | 0 | 14 | 5 | 253 | 130 | 65 |
| Binary | 11110 | 11110001 | 11010011 | 1011000 | 0 | 1100 | 101 | 10101011 | 1011000 | 110101 |
Color Harmonies of #1EF1D3
Complementary color
Monochromatic Colors of #1EF1D3
Black with #1EF1D3
Text Example
Text Example
White with #1EF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1D3; }
p { color: rgb(30,241,211); }
H1.HeaderClassName
{
color: #1EF1D3;
}
.AnyTagClassName
{
color: #1EF1D3;
}
</style>
background-color css
<style>
a { background-color: #1EF1D3; }
a { background-color: rgb(30,241,211); }
div.DivClassName
{
background-color: #1EF1D3;
}
.BgClassName
{
background-color: #1EF1D3;
}
</style>
border-color css
<style>
span { border-color: #1EF1D3; }
span { border-color: rgb(30,241,211); }
td.TdClassName
{
border-color: #1EF1D3;
}
.TagClassName
{
border-color: #1EF1D3;
}
</style>