Shades of Bright Turquoise #1EF8DF
Tints of Bright Turquoise #1EF8DF
RGB
CMYK
RGB Variations
Color information
#1EF8DF (or 0x1EF8DF) is known color: Bright Turquoise. HEX triplet: 1E, F8 and DF. RGB value is (30,248,223). Sum of RGB (Red+Green+Blue) = 30+248+223=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF8DF is #E10720. Grayscale: #B3B3B3. Windows color (decimal): -14747425 or 14678046. OLE color: 14678046.
HSL color Cylindrical-coordinate representation of color #1EF8DF: hue angle of 173.12º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF8DF is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 248 | 223 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.03 |
| HSL | 173.12º | 0.94% | 0.55% | - |
| HSV(B) | 173.12º | 0.88% | 0.97% | - |
| XYZ | 47.42 | 72.74 | 81.35 | - |
| YUV | 179.97 | 152.28 | 21.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 248 | 223 | 0.88 | 0 | 0.10 | 0.03 | 173.12 | 0.94 | 0.55 |
| Hex | 1E | F8 | DF | 58 | 0 | A | 3 | AD | 5E | 37 |
| Octal | 36 | 370 | 337 | 130 | 0 | 12 | 3 | 255 | 136 | 67 |
| Binary | 11110 | 11111000 | 11011111 | 1011000 | 0 | 1010 | 11 | 10101101 | 1011110 | 110111 |
Color Harmonies of #1EF8DF
Complementary color
Monochromatic Colors of #1EF8DF
Black with #1EF8DF
Text Example
Text Example
White with #1EF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF8DF; }
p { color: rgb(30,248,223); }
H1.HeaderClassName
{
color: #1EF8DF;
}
.AnyTagClassName
{
color: #1EF8DF;
}
</style>
background-color css
<style>
a { background-color: #1EF8DF; }
a { background-color: rgb(30,248,223); }
div.DivClassName
{
background-color: #1EF8DF;
}
.BgClassName
{
background-color: #1EF8DF;
}
</style>
border-color css
<style>
span { border-color: #1EF8DF; }
span { border-color: rgb(30,248,223); }
td.TdClassName
{
border-color: #1EF8DF;
}
.TagClassName
{
border-color: #1EF8DF;
}
</style>