Shades of Bright Turquoise #1EF7CF
Tints of Bright Turquoise #1EF7CF
RGB
CMYK
RGB Variations
Color information
#1EF7CF (or 0x1EF7CF) is known color: Bright Turquoise. HEX triplet: 1E, F7 and CF. RGB value is (30,247,207). Sum of RGB (Red+Green+Blue) = 30+247+207=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF7CF is #E10830. Grayscale: #B1B1B1. Windows color (decimal): -14747697 or 13629214. OLE color: 13629214.
HSL color Cylindrical-coordinate representation of color #1EF7CF: hue angle of 168.94º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF7CF is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 247 | 207 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.03 |
| HSL | 168.94º | 0.93% | 0.54% | - |
| HSV(B) | 168.94º | 0.88% | 0.97% | - |
| XYZ | 45.06 | 71.3 | 70.42 | - |
| YUV | 177.56 | 144.61 | 22.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 247 | 207 | 0.88 | 0 | 0.16 | 0.03 | 168.94 | 0.93 | 0.54 |
| Hex | 1E | F7 | CF | 58 | 0 | 10 | 3 | A9 | 5D | 36 |
| Octal | 36 | 367 | 317 | 130 | 0 | 20 | 3 | 251 | 135 | 66 |
| Binary | 11110 | 11110111 | 11001111 | 1011000 | 0 | 10000 | 11 | 10101001 | 1011101 | 110110 |
Color Harmonies of #1EF7CF
Complementary color
Monochromatic Colors of #1EF7CF
Black with #1EF7CF
Text Example
Text Example
White with #1EF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF7CF; }
p { color: rgb(30,247,207); }
H1.HeaderClassName
{
color: #1EF7CF;
}
.AnyTagClassName
{
color: #1EF7CF;
}
</style>
background-color css
<style>
a { background-color: #1EF7CF; }
a { background-color: rgb(30,247,207); }
div.DivClassName
{
background-color: #1EF7CF;
}
.BgClassName
{
background-color: #1EF7CF;
}
</style>
border-color css
<style>
span { border-color: #1EF7CF; }
span { border-color: rgb(30,247,207); }
td.TdClassName
{
border-color: #1EF7CF;
}
.TagClassName
{
border-color: #1EF7CF;
}
</style>