Shades of Bright Turquoise #1EEBF0
Tints of Bright Turquoise #1EEBF0
RGB
CMYK
RGB Variations
Color information
#1EEBF0 (or 0x1EEBF0) is known color: Bright Turquoise. HEX triplet: 1E, EB and F0. RGB value is (30,235,240). Sum of RGB (Red+Green+Blue) = 30+235+240=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #1EEBF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEBF0 is #E1140F. Grayscale: #AEAEAE. Windows color (decimal): -14750736 or 15788830. OLE color: 15788830.
HSL color Cylindrical-coordinate representation of color #1EEBF0: hue angle of 181.43º 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 #1EEBF0 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 235 | 240 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.06 |
| HSL | 181.43º | 0.88% | 0.53% | - |
| HSV(B) | 181.43º | 0.88% | 0.94% | - |
| XYZ | 45.97 | 65.98 | 92.75 | - |
| YUV | 174.28 | 165.08 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 240 | 0.87 | 0.02 | 0 | 0.06 | 181.43 | 0.88 | 0.53 |
| Hex | 1E | EB | F0 | 57 | 2 | 0 | 6 | B5 | 58 | 35 |
| Octal | 36 | 353 | 360 | 127 | 2 | 0 | 6 | 265 | 130 | 65 |
| Binary | 11110 | 11101011 | 11110000 | 1010111 | 10 | 0 | 110 | 10110101 | 1011000 | 110101 |
Color Harmonies of #1EEBF0
Complementary color
Monochromatic Colors of #1EEBF0
Black with #1EEBF0
Text Example
Text Example
White with #1EEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEBF0; }
p { color: rgb(30,235,240); }
H1.HeaderClassName
{
color: #1EEBF0;
}
.AnyTagClassName
{
color: #1EEBF0;
}
</style>
background-color css
<style>
a { background-color: #1EEBF0; }
a { background-color: rgb(30,235,240); }
div.DivClassName
{
background-color: #1EEBF0;
}
.BgClassName
{
background-color: #1EEBF0;
}
</style>
border-color css
<style>
span { border-color: #1EEBF0; }
span { border-color: rgb(30,235,240); }
td.TdClassName
{
border-color: #1EEBF0;
}
.TagClassName
{
border-color: #1EEBF0;
}
</style>