Shades of Bright Turquoise #1EE6CB
Tints of Bright Turquoise #1EE6CB
RGB
CMYK
RGB Variations
Color information
#1EE6CB (or 0x1EE6CB) is known color: Bright Turquoise. HEX triplet: 1E, E6 and CB. RGB value is (30,230,203). Sum of RGB (Red+Green+Blue) = 30+230+203=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE6CB is #E11934. Grayscale: #A7A7A7. Windows color (decimal): -14752053 or 13362718. OLE color: 13362718.
HSL color Cylindrical-coordinate representation of color #1EE6CB: hue angle of 171.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE6CB is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 203 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.10 |
| HSL | 171.9º | 0.8% | 0.51% | - |
| HSV(B) | 171.9º | 0.87% | 0.9% | - |
| XYZ | 39.61 | 61.18 | 66.22 | - |
| YUV | 167.12 | 148.24 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 203 | 0.87 | 0 | 0.12 | 0.10 | 171.9 | 0.8 | 0.51 |
| Hex | 1E | E6 | CB | 57 | 0 | C | A | AC | 50 | 33 |
| Octal | 36 | 346 | 313 | 127 | 0 | 14 | 12 | 254 | 120 | 63 |
| Binary | 11110 | 11100110 | 11001011 | 1010111 | 0 | 1100 | 1010 | 10101100 | 1010000 | 110011 |
Color Harmonies of #1EE6CB
Complementary color
Monochromatic Colors of #1EE6CB
Black with #1EE6CB
Text Example
Text Example
White with #1EE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE6CB; }
p { color: rgb(30,230,203); }
H1.HeaderClassName
{
color: #1EE6CB;
}
.AnyTagClassName
{
color: #1EE6CB;
}
</style>
background-color css
<style>
a { background-color: #1EE6CB; }
a { background-color: rgb(30,230,203); }
div.DivClassName
{
background-color: #1EE6CB;
}
.BgClassName
{
background-color: #1EE6CB;
}
</style>
border-color css
<style>
span { border-color: #1EE6CB; }
span { border-color: rgb(30,230,203); }
td.TdClassName
{
border-color: #1EE6CB;
}
.TagClassName
{
border-color: #1EE6CB;
}
</style>