Shades of Bright Turquoise #1EFECF
Tints of Bright Turquoise #1EFECF
RGB
CMYK
RGB Variations
Color information
#1EFECF (or 0x1EFECF) is known color: Bright Turquoise. HEX triplet: 1E, FE and CF. RGB value is (30,254,207). Sum of RGB (Red+Green+Blue) = 30+254+207=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFECF is #E10130. Grayscale: #B5B5B5. Windows color (decimal): -14745905 or 13631006. OLE color: 13631006.
HSL color Cylindrical-coordinate representation of color #1EFECF: hue angle of 167.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFECF is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 207 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.00 |
| HSL | 167.41º | 0.99% | 0.56% | - |
| HSV(B) | 167.41º | 0.88% | 1% | - |
| XYZ | 47.24 | 75.66 | 71.15 | - |
| YUV | 181.67 | 142.29 | 19.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 207 | 0.88 | 0 | 0.19 | 0.00 | 167.41 | 0.99 | 0.56 |
| Hex | 1E | FE | CF | 58 | 0 | 13 | 0 | A7 | 63 | 38 |
| Octal | 36 | 376 | 317 | 130 | 0 | 23 | 0 | 247 | 143 | 70 |
| Binary | 11110 | 11111110 | 11001111 | 1011000 | 0 | 10011 | 0 | 10100111 | 1100011 | 111000 |
Color Harmonies of #1EFECF
Complementary color
Monochromatic Colors of #1EFECF
Black with #1EFECF
Text Example
Text Example
White with #1EFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFECF; }
p { color: rgb(30,254,207); }
H1.HeaderClassName
{
color: #1EFECF;
}
.AnyTagClassName
{
color: #1EFECF;
}
</style>
background-color css
<style>
a { background-color: #1EFECF; }
a { background-color: rgb(30,254,207); }
div.DivClassName
{
background-color: #1EFECF;
}
.BgClassName
{
background-color: #1EFECF;
}
</style>
border-color css
<style>
span { border-color: #1EFECF; }
span { border-color: rgb(30,254,207); }
td.TdClassName
{
border-color: #1EFECF;
}
.TagClassName
{
border-color: #1EFECF;
}
</style>