Shades of Bright Turquoise #1EF1F3
Tints of Bright Turquoise #1EF1F3
RGB
CMYK
RGB Variations
Color information
#1EF1F3 (or 0x1EF1F3) is known color: Bright Turquoise. HEX triplet: 1E, F1 and F3. RGB value is (30,241,243). Sum of RGB (Red+Green+Blue) = 30+241+243=514 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.84% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #1EF1F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF1F3 is #E10E0C. Grayscale: #B1B1B1. Windows color (decimal): -14749197 or 15986974. OLE color: 15986974.
HSL color Cylindrical-coordinate representation of color #1EF1F3: hue angle of 180.56º 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 #1EF1F3 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 243 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.05 |
| HSL | 180.56º | 0.9% | 0.54% | - |
| HSV(B) | 180.56º | 0.88% | 0.95% | - |
| XYZ | 48.17 | 69.66 | 95.7 | - |
| YUV | 178.14 | 164.6 | 22.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 243 | 0.88 | 0.01 | 0 | 0.05 | 180.56 | 0.9 | 0.54 |
| Hex | 1E | F1 | F3 | 58 | 1 | 0 | 5 | B5 | 5A | 36 |
| Octal | 36 | 361 | 363 | 130 | 1 | 0 | 5 | 265 | 132 | 66 |
| Binary | 11110 | 11110001 | 11110011 | 1011000 | 1 | 0 | 101 | 10110101 | 1011010 | 110110 |
Color Harmonies of #1EF1F3
Complementary color
Monochromatic Colors of #1EF1F3
Black with #1EF1F3
Text Example
Text Example
White with #1EF1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1F3; }
p { color: rgb(30,241,243); }
H1.HeaderClassName
{
color: #1EF1F3;
}
.AnyTagClassName
{
color: #1EF1F3;
}
</style>
background-color css
<style>
a { background-color: #1EF1F3; }
a { background-color: rgb(30,241,243); }
div.DivClassName
{
background-color: #1EF1F3;
}
.BgClassName
{
background-color: #1EF1F3;
}
</style>
border-color css
<style>
span { border-color: #1EF1F3; }
span { border-color: rgb(30,241,243); }
td.TdClassName
{
border-color: #1EF1F3;
}
.TagClassName
{
border-color: #1EF1F3;
}
</style>