Shades of Bright Turquoise #1EF2CE
Tints of Bright Turquoise #1EF2CE
RGB
CMYK
RGB Variations
Color information
#1EF2CE (or 0x1EF2CE) is known color: Bright Turquoise. HEX triplet: 1E, F2 and CE. RGB value is (30,242,206). Sum of RGB (Red+Green+Blue) = 30+242+206=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF2CE is #E10D31. Grayscale: #AEAEAE. Windows color (decimal): -14748978 or 13562398. OLE color: 13562398.
HSL color Cylindrical-coordinate representation of color #1EF2CE: hue angle of 169.81º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF2CE is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 206 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.05 |
| HSL | 169.81º | 0.89% | 0.53% | - |
| HSV(B) | 169.81º | 0.88% | 0.95% | - |
| XYZ | 43.43 | 68.24 | 69.27 | - |
| YUV | 174.51 | 145.76 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 206 | 0.88 | 0 | 0.15 | 0.05 | 169.81 | 0.89 | 0.53 |
| Hex | 1E | F2 | CE | 58 | 0 | F | 5 | AA | 59 | 35 |
| Octal | 36 | 362 | 316 | 130 | 0 | 17 | 5 | 252 | 131 | 65 |
| Binary | 11110 | 11110010 | 11001110 | 1011000 | 0 | 1111 | 101 | 10101010 | 1011001 | 110101 |
Color Harmonies of #1EF2CE
Complementary color
Monochromatic Colors of #1EF2CE
Black with #1EF2CE
Text Example
Text Example
White with #1EF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF2CE; }
p { color: rgb(30,242,206); }
H1.HeaderClassName
{
color: #1EF2CE;
}
.AnyTagClassName
{
color: #1EF2CE;
}
</style>
background-color css
<style>
a { background-color: #1EF2CE; }
a { background-color: rgb(30,242,206); }
div.DivClassName
{
background-color: #1EF2CE;
}
.BgClassName
{
background-color: #1EF2CE;
}
</style>
border-color css
<style>
span { border-color: #1EF2CE; }
span { border-color: rgb(30,242,206); }
td.TdClassName
{
border-color: #1EF2CE;
}
.TagClassName
{
border-color: #1EF2CE;
}
</style>