Shades of Bright Turquoise #1EECF0
Tints of Bright Turquoise #1EECF0
RGB
CMYK
RGB Variations
Color information
#1EECF0 (or 0x1EECF0) is known color: Bright Turquoise. HEX triplet: 1E, EC and F0. RGB value is (30,236,240). Sum of RGB (Red+Green+Blue) = 30+236+240=506 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.93% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #1EECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EECF0 is #E1130F. Grayscale: #AEAEAE. Windows color (decimal): -14750480 or 15789086. OLE color: 15789086.
HSL color Cylindrical-coordinate representation of color #1EECF0: hue angle of 181.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EECF0 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 236 | 240 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.06 |
| HSL | 181.14º | 0.88% | 0.53% | - |
| HSV(B) | 181.14º | 0.88% | 0.94% | - |
| XYZ | 46.26 | 66.56 | 92.85 | - |
| YUV | 174.86 | 164.75 | 24.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 240 | 0.87 | 0.02 | 0 | 0.06 | 181.14 | 0.88 | 0.53 |
| Hex | 1E | EC | F0 | 57 | 2 | 0 | 6 | B5 | 58 | 35 |
| Octal | 36 | 354 | 360 | 127 | 2 | 0 | 6 | 265 | 130 | 65 |
| Binary | 11110 | 11101100 | 11110000 | 1010111 | 10 | 0 | 110 | 10110101 | 1011000 | 110101 |
Color Harmonies of #1EECF0
Complementary color
Monochromatic Colors of #1EECF0
Black with #1EECF0
Text Example
Text Example
White with #1EECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECF0; }
p { color: rgb(30,236,240); }
H1.HeaderClassName
{
color: #1EECF0;
}
.AnyTagClassName
{
color: #1EECF0;
}
</style>
background-color css
<style>
a { background-color: #1EECF0; }
a { background-color: rgb(30,236,240); }
div.DivClassName
{
background-color: #1EECF0;
}
.BgClassName
{
background-color: #1EECF0;
}
</style>
border-color css
<style>
span { border-color: #1EECF0; }
span { border-color: rgb(30,236,240); }
td.TdClassName
{
border-color: #1EECF0;
}
.TagClassName
{
border-color: #1EECF0;
}
</style>