Shades of Bright Turquoise #1EECEE
Tints of Bright Turquoise #1EECEE
RGB
CMYK
RGB Variations
Color information
#1EECEE (or 0x1EECEE) is known color: Bright Turquoise. HEX triplet: 1E, EC and EE. RGB value is (30,236,238). Sum of RGB (Red+Green+Blue) = 30+236+238=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EECEE is #E11311. Grayscale: #AEAEAE. Windows color (decimal): -14750482 or 15658014. OLE color: 15658014.
HSL color Cylindrical-coordinate representation of color #1EECEE: hue angle of 180.58º 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 #1EECEE is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 238 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.07 |
| HSL | 180.58º | 0.86% | 0.53% | - |
| HSV(B) | 180.58º | 0.87% | 0.93% | - |
| XYZ | 45.96 | 66.44 | 91.29 | - |
| YUV | 174.63 | 163.75 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 238 | 0.87 | 0.01 | 0 | 0.07 | 180.58 | 0.86 | 0.53 |
| Hex | 1E | EC | EE | 57 | 1 | 0 | 7 | B5 | 56 | 35 |
| Octal | 36 | 354 | 356 | 127 | 1 | 0 | 7 | 265 | 126 | 65 |
| Binary | 11110 | 11101100 | 11101110 | 1010111 | 1 | 0 | 111 | 10110101 | 1010110 | 110101 |
Color Harmonies of #1EECEE
Complementary color
Monochromatic Colors of #1EECEE
Black with #1EECEE
Text Example
Text Example
White with #1EECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECEE; }
p { color: rgb(30,236,238); }
H1.HeaderClassName
{
color: #1EECEE;
}
.AnyTagClassName
{
color: #1EECEE;
}
</style>
background-color css
<style>
a { background-color: #1EECEE; }
a { background-color: rgb(30,236,238); }
div.DivClassName
{
background-color: #1EECEE;
}
.BgClassName
{
background-color: #1EECEE;
}
</style>
border-color css
<style>
span { border-color: #1EECEE; }
span { border-color: rgb(30,236,238); }
td.TdClassName
{
border-color: #1EECEE;
}
.TagClassName
{
border-color: #1EECEE;
}
</style>