Shades of Bright Turquoise #1EFFC6
Tints of Bright Turquoise #1EFFC6
RGB
CMYK
RGB Variations
Color information
#1EFFC6 (or 0x1EFFC6) is known color: Bright Turquoise. HEX triplet: 1E, FF and C6. RGB value is (30,255,198). Sum of RGB (Red+Green+Blue) = 30+255+198=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFC6 is #E10039. Grayscale: #B5B5B5. Windows color (decimal): -14745658 or 13041438. OLE color: 13041438.
HSL color Cylindrical-coordinate representation of color #1EFFC6: hue angle of 164.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFC6 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 198 | - |
| CMYK | 0.88 | 0 | 0.22 | 0 |
| HSL | 164.8º | 1% | 0.56% | - |
| HSV(B) | 164.8º | 0.88% | 1% | - |
| XYZ | 46.49 | 75.87 | 65.62 | - |
| YUV | 181.23 | 137.46 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 198 | 0.88 | 0 | 0.22 | 0 | 164.8 | 1 | 0.56 |
| Hex | 1E | FF | C6 | 58 | 0 | 16 | 0 | A5 | 64 | 38 |
| Octal | 36 | 377 | 306 | 130 | 0 | 26 | 0 | 245 | 144 | 70 |
| Binary | 11110 | 11111111 | 11000110 | 1011000 | 0 | 10110 | 0 | 10100101 | 1100100 | 111000 |
Color Harmonies of #1EFFC6
Complementary color
Monochromatic Colors of #1EFFC6
Black with #1EFFC6
Text Example
Text Example
White with #1EFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFC6; }
p { color: rgb(30,255,198); }
H1.HeaderClassName
{
color: #1EFFC6;
}
.AnyTagClassName
{
color: #1EFFC6;
}
</style>
background-color css
<style>
a { background-color: #1EFFC6; }
a { background-color: rgb(30,255,198); }
div.DivClassName
{
background-color: #1EFFC6;
}
.BgClassName
{
background-color: #1EFFC6;
}
</style>
border-color css
<style>
span { border-color: #1EFFC6; }
span { border-color: rgb(30,255,198); }
td.TdClassName
{
border-color: #1EFFC6;
}
.TagClassName
{
border-color: #1EFFC6;
}
</style>