Shades of Bright Turquoise #1EE8EE
Tints of Bright Turquoise #1EE8EE
RGB
CMYK
RGB Variations
Color information
#1EE8EE (or 0x1EE8EE) is known color: Bright Turquoise. HEX triplet: 1E, E8 and EE. RGB value is (30,232,238). Sum of RGB (Red+Green+Blue) = 30+232+238=500 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EE8EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE8EE is #E11711. Grayscale: #ACACAC. Windows color (decimal): -14751506 or 15656990. OLE color: 15656990.
HSL color Cylindrical-coordinate representation of color #1EE8EE: hue angle of 181.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE8EE is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 232 | 238 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.07 |
| HSL | 181.73º | 0.86% | 0.53% | - |
| HSV(B) | 181.73º | 0.87% | 0.93% | - |
| XYZ | 44.82 | 64.16 | 90.91 | - |
| YUV | 172.29 | 165.08 | 26.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 232 | 238 | 0.87 | 0.03 | 0 | 0.07 | 181.73 | 0.86 | 0.53 |
| Hex | 1E | E8 | EE | 57 | 3 | 0 | 7 | B6 | 56 | 35 |
| Octal | 36 | 350 | 356 | 127 | 3 | 0 | 7 | 266 | 126 | 65 |
| Binary | 11110 | 11101000 | 11101110 | 1010111 | 11 | 0 | 111 | 10110110 | 1010110 | 110101 |
Color Harmonies of #1EE8EE
Complementary color
Monochromatic Colors of #1EE8EE
Black with #1EE8EE
Text Example
Text Example
White with #1EE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE8EE; }
p { color: rgb(30,232,238); }
H1.HeaderClassName
{
color: #1EE8EE;
}
.AnyTagClassName
{
color: #1EE8EE;
}
</style>
background-color css
<style>
a { background-color: #1EE8EE; }
a { background-color: rgb(30,232,238); }
div.DivClassName
{
background-color: #1EE8EE;
}
.BgClassName
{
background-color: #1EE8EE;
}
</style>
border-color css
<style>
span { border-color: #1EE8EE; }
span { border-color: rgb(30,232,238); }
td.TdClassName
{
border-color: #1EE8EE;
}
.TagClassName
{
border-color: #1EE8EE;
}
</style>