Shades of Bright Turquoise #1EEFE6
Tints of Bright Turquoise #1EEFE6
RGB
CMYK
RGB Variations
Color information
#1EEFE6 (or 0x1EEFE6) is known color: Bright Turquoise. HEX triplet: 1E, EF and E6. RGB value is (30,239,230). Sum of RGB (Red+Green+Blue) = 30+239+230=499 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6.01% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFE6 is #E11019. Grayscale: #AFAFAF. Windows color (decimal): -14749722 or 15134494. OLE color: 15134494.
HSL color Cylindrical-coordinate representation of color #1EEFE6: hue angle of 177.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFE6 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 230 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.06 |
| HSL | 177.42º | 0.87% | 0.53% | - |
| HSV(B) | 177.42º | 0.87% | 0.94% | - |
| XYZ | 45.68 | 67.72 | 85.53 | - |
| YUV | 175.48 | 158.76 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 230 | 0.87 | 0 | 0.04 | 0.06 | 177.42 | 0.87 | 0.53 |
| Hex | 1E | EF | E6 | 57 | 0 | 4 | 6 | B1 | 57 | 35 |
| Octal | 36 | 357 | 346 | 127 | 0 | 4 | 6 | 261 | 127 | 65 |
| Binary | 11110 | 11101111 | 11100110 | 1010111 | 0 | 100 | 110 | 10110001 | 1010111 | 110101 |
Color Harmonies of #1EEFE6
Complementary color
Monochromatic Colors of #1EEFE6
Black with #1EEFE6
Text Example
Text Example
White with #1EEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEFE6; }
p { color: rgb(30,239,230); }
H1.HeaderClassName
{
color: #1EEFE6;
}
.AnyTagClassName
{
color: #1EEFE6;
}
</style>
background-color css
<style>
a { background-color: #1EEFE6; }
a { background-color: rgb(30,239,230); }
div.DivClassName
{
background-color: #1EEFE6;
}
.BgClassName
{
background-color: #1EEFE6;
}
</style>
border-color css
<style>
span { border-color: #1EEFE6; }
span { border-color: rgb(30,239,230); }
td.TdClassName
{
border-color: #1EEFE6;
}
.TagClassName
{
border-color: #1EEFE6;
}
</style>