Shades of Bright Turquoise #1EF1DF
Tints of Bright Turquoise #1EF1DF
RGB
CMYK
RGB Variations
Color information
#1EF1DF (or 0x1EF1DF) is known color: Bright Turquoise. HEX triplet: 1E, F1 and DF. RGB value is (30,241,223). Sum of RGB (Red+Green+Blue) = 30+241+223=494 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.07% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF1DF is #E10E20. Grayscale: #AFAFAF. Windows color (decimal): -14749217 or 14676254. OLE color: 14676254.
HSL color Cylindrical-coordinate representation of color #1EF1DF: hue angle of 174.88º 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 #1EF1DF is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 223 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.05 |
| HSL | 174.88º | 0.88% | 0.53% | - |
| HSV(B) | 174.88º | 0.88% | 0.95% | - |
| XYZ | 45.31 | 68.51 | 80.65 | - |
| YUV | 175.86 | 154.6 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 223 | 0.88 | 0 | 0.07 | 0.05 | 174.88 | 0.88 | 0.53 |
| Hex | 1E | F1 | DF | 58 | 0 | 7 | 5 | AF | 58 | 35 |
| Octal | 36 | 361 | 337 | 130 | 0 | 7 | 5 | 257 | 130 | 65 |
| Binary | 11110 | 11110001 | 11011111 | 1011000 | 0 | 111 | 101 | 10101111 | 1011000 | 110101 |
Color Harmonies of #1EF1DF
Complementary color
Monochromatic Colors of #1EF1DF
Black with #1EF1DF
Text Example
Text Example
White with #1EF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1DF; }
p { color: rgb(30,241,223); }
H1.HeaderClassName
{
color: #1EF1DF;
}
.AnyTagClassName
{
color: #1EF1DF;
}
</style>
background-color css
<style>
a { background-color: #1EF1DF; }
a { background-color: rgb(30,241,223); }
div.DivClassName
{
background-color: #1EF1DF;
}
.BgClassName
{
background-color: #1EF1DF;
}
</style>
border-color css
<style>
span { border-color: #1EF1DF; }
span { border-color: rgb(30,241,223); }
td.TdClassName
{
border-color: #1EF1DF;
}
.TagClassName
{
border-color: #1EF1DF;
}
</style>