Shades of Bright Turquoise #1EEFF2
Tints of Bright Turquoise #1EEFF2
RGB
CMYK
RGB Variations
Color information
#1EEFF2 (or 0x1EEFF2) is known color: Bright Turquoise. HEX triplet: 1E, EF and F2. RGB value is (30,239,242). Sum of RGB (Red+Green+Blue) = 30+239+242=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFF2 is #E1100D. Grayscale: #B0B0B0. Windows color (decimal): -14749710 or 15920926. OLE color: 15920926.
HSL color Cylindrical-coordinate representation of color #1EEFF2: hue angle of 180.85º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEFF2 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 239 | 242 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.05 |
| HSL | 180.85º | 0.89% | 0.53% | - |
| HSV(B) | 180.85º | 0.88% | 0.95% | - |
| XYZ | 47.43 | 68.42 | 94.71 | - |
| YUV | 176.85 | 164.76 | 23.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 242 | 0.88 | 0.01 | 0 | 0.05 | 180.85 | 0.89 | 0.53 |
| Hex | 1E | EF | F2 | 58 | 1 | 0 | 5 | B5 | 59 | 35 |
| Octal | 36 | 357 | 362 | 130 | 1 | 0 | 5 | 265 | 131 | 65 |
| Binary | 11110 | 11101111 | 11110010 | 1011000 | 1 | 0 | 101 | 10110101 | 1011001 | 110101 |
Color Harmonies of #1EEFF2
Complementary color
Monochromatic Colors of #1EEFF2
Black with #1EEFF2
Text Example
Text Example
White with #1EEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEFF2; }
p { color: rgb(30,239,242); }
H1.HeaderClassName
{
color: #1EEFF2;
}
.AnyTagClassName
{
color: #1EEFF2;
}
</style>
background-color css
<style>
a { background-color: #1EEFF2; }
a { background-color: rgb(30,239,242); }
div.DivClassName
{
background-color: #1EEFF2;
}
.BgClassName
{
background-color: #1EEFF2;
}
</style>
border-color css
<style>
span { border-color: #1EEFF2; }
span { border-color: rgb(30,239,242); }
td.TdClassName
{
border-color: #1EEFF2;
}
.TagClassName
{
border-color: #1EEFF2;
}
</style>