Shades of Bright Turquoise #1EFCC1
Tints of Bright Turquoise #1EFCC1
RGB
CMYK
RGB Variations
Color information
#1EFCC1 (or 0x1EFCC1) is known color: Bright Turquoise. HEX triplet: 1E, FC and C1. RGB value is (30,252,193). Sum of RGB (Red+Green+Blue) = 30+252+193=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCC1 is #E1033E. Grayscale: #B2B2B2. Windows color (decimal): -14746431 or 12712990. OLE color: 12712990.
HSL color Cylindrical-coordinate representation of color #1EFCC1: hue angle of 164.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFCC1 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 193 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.01 |
| HSL | 164.05º | 0.97% | 0.55% | - |
| HSV(B) | 164.05º | 0.88% | 0.99% | - |
| XYZ | 44.97 | 73.75 | 62.32 | - |
| YUV | 178.9 | 135.95 | 21.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 193 | 0.88 | 0 | 0.23 | 0.01 | 164.05 | 0.97 | 0.55 |
| Hex | 1E | FC | C1 | 58 | 0 | 17 | 1 | A4 | 61 | 37 |
| Octal | 36 | 374 | 301 | 130 | 0 | 27 | 1 | 244 | 141 | 67 |
| Binary | 11110 | 11111100 | 11000001 | 1011000 | 0 | 10111 | 1 | 10100100 | 1100001 | 110111 |
Color Harmonies of #1EFCC1
Complementary color
Monochromatic Colors of #1EFCC1
Black with #1EFCC1
Text Example
Text Example
White with #1EFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFCC1; }
p { color: rgb(30,252,193); }
H1.HeaderClassName
{
color: #1EFCC1;
}
.AnyTagClassName
{
color: #1EFCC1;
}
</style>
background-color css
<style>
a { background-color: #1EFCC1; }
a { background-color: rgb(30,252,193); }
div.DivClassName
{
background-color: #1EFCC1;
}
.BgClassName
{
background-color: #1EFCC1;
}
</style>
border-color css
<style>
span { border-color: #1EFCC1; }
span { border-color: rgb(30,252,193); }
td.TdClassName
{
border-color: #1EFCC1;
}
.TagClassName
{
border-color: #1EFCC1;
}
</style>