Shades of Bright Turquoise #1EF2CB
Tints of Bright Turquoise #1EF2CB
RGB
CMYK
RGB Variations
Color information
#1EF2CB (or 0x1EF2CB) is known color: Bright Turquoise. HEX triplet: 1E, F2 and CB. RGB value is (30,242,203). Sum of RGB (Red+Green+Blue) = 30+242+203=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF2CB is #E10D34. Grayscale: #AEAEAE. Windows color (decimal): -14748981 or 13365790. OLE color: 13365790.
HSL color Cylindrical-coordinate representation of color #1EF2CB: hue angle of 168.96º 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 #1EF2CB is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 203 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.05 |
| HSL | 168.96º | 0.89% | 0.53% | - |
| HSV(B) | 168.96º | 0.88% | 0.95% | - |
| XYZ | 43.07 | 68.09 | 67.37 | - |
| YUV | 174.17 | 144.26 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 203 | 0.88 | 0 | 0.16 | 0.05 | 168.96 | 0.89 | 0.53 |
| Hex | 1E | F2 | CB | 58 | 0 | 10 | 5 | A9 | 59 | 35 |
| Octal | 36 | 362 | 313 | 130 | 0 | 20 | 5 | 251 | 131 | 65 |
| Binary | 11110 | 11110010 | 11001011 | 1011000 | 0 | 10000 | 101 | 10101001 | 1011001 | 110101 |
Color Harmonies of #1EF2CB
Complementary color
Monochromatic Colors of #1EF2CB
Black with #1EF2CB
Text Example
Text Example
White with #1EF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF2CB; }
p { color: rgb(30,242,203); }
H1.HeaderClassName
{
color: #1EF2CB;
}
.AnyTagClassName
{
color: #1EF2CB;
}
</style>
background-color css
<style>
a { background-color: #1EF2CB; }
a { background-color: rgb(30,242,203); }
div.DivClassName
{
background-color: #1EF2CB;
}
.BgClassName
{
background-color: #1EF2CB;
}
</style>
border-color css
<style>
span { border-color: #1EF2CB; }
span { border-color: rgb(30,242,203); }
td.TdClassName
{
border-color: #1EF2CB;
}
.TagClassName
{
border-color: #1EF2CB;
}
</style>