Shades of Bright Turquoise #1EF6DF
Tints of Bright Turquoise #1EF6DF
RGB
CMYK
RGB Variations
Color information
#1EF6DF (or 0x1EF6DF) is known color: Bright Turquoise. HEX triplet: 1E, F6 and DF. RGB value is (30,246,223). Sum of RGB (Red+Green+Blue) = 30+246+223=499 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6.01% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF6DF is #E10920. Grayscale: #B2B2B2. Windows color (decimal): -14747937 or 14677534. OLE color: 14677534.
HSL color Cylindrical-coordinate representation of color #1EF6DF: hue angle of 173.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF6DF is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 223 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.04 |
| HSL | 173.61º | 0.92% | 0.54% | - |
| HSV(B) | 173.61º | 0.88% | 0.96% | - |
| XYZ | 46.81 | 71.52 | 81.15 | - |
| YUV | 178.79 | 152.94 | 21.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 223 | 0.88 | 0 | 0.09 | 0.04 | 173.61 | 0.92 | 0.54 |
| Hex | 1E | F6 | DF | 58 | 0 | 9 | 4 | AE | 5C | 36 |
| Octal | 36 | 366 | 337 | 130 | 0 | 11 | 4 | 256 | 134 | 66 |
| Binary | 11110 | 11110110 | 11011111 | 1011000 | 0 | 1001 | 100 | 10101110 | 1011100 | 110110 |
Color Harmonies of #1EF6DF
Complementary color
Monochromatic Colors of #1EF6DF
Black with #1EF6DF
Text Example
Text Example
White with #1EF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF6DF; }
p { color: rgb(30,246,223); }
H1.HeaderClassName
{
color: #1EF6DF;
}
.AnyTagClassName
{
color: #1EF6DF;
}
</style>
background-color css
<style>
a { background-color: #1EF6DF; }
a { background-color: rgb(30,246,223); }
div.DivClassName
{
background-color: #1EF6DF;
}
.BgClassName
{
background-color: #1EF6DF;
}
</style>
border-color css
<style>
span { border-color: #1EF6DF; }
span { border-color: rgb(30,246,223); }
td.TdClassName
{
border-color: #1EF6DF;
}
.TagClassName
{
border-color: #1EF6DF;
}
</style>