Shades of Bright Turquoise #1EEFF4
Tints of Bright Turquoise #1EEFF4
RGB
CMYK
RGB Variations
Color information
#1EEFF4 (or 0x1EEFF4) is known color: Bright Turquoise. HEX triplet: 1E, EF and F4. RGB value is (30,239,244). Sum of RGB (Red+Green+Blue) = 30+239+244=513 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.85% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #1EEFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFF4 is #E1100B. Grayscale: #B0B0B0. Windows color (decimal): -14749708 or 16051998. OLE color: 16051998.
HSL color Cylindrical-coordinate representation of color #1EEFF4: hue angle of 181.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEFF4 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 239 | 244 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.04 |
| HSL | 181.4º | 0.91% | 0.54% | - |
| HSV(B) | 181.4º | 0.88% | 0.96% | - |
| XYZ | 47.73 | 68.54 | 96.3 | - |
| YUV | 177.08 | 165.76 | 23.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 244 | 0.88 | 0.02 | 0 | 0.04 | 181.4 | 0.91 | 0.54 |
| Hex | 1E | EF | F4 | 58 | 2 | 0 | 4 | B5 | 5B | 36 |
| Octal | 36 | 357 | 364 | 130 | 2 | 0 | 4 | 265 | 133 | 66 |
| Binary | 11110 | 11101111 | 11110100 | 1011000 | 10 | 0 | 100 | 10110101 | 1011011 | 110110 |
Color Harmonies of #1EEFF4
Complementary color
Monochromatic Colors of #1EEFF4
Black with #1EEFF4
Text Example
Text Example
White with #1EEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEFF4; }
p { color: rgb(30,239,244); }
H1.HeaderClassName
{
color: #1EEFF4;
}
.AnyTagClassName
{
color: #1EEFF4;
}
</style>
background-color css
<style>
a { background-color: #1EEFF4; }
a { background-color: rgb(30,239,244); }
div.DivClassName
{
background-color: #1EEFF4;
}
.BgClassName
{
background-color: #1EEFF4;
}
</style>
border-color css
<style>
span { border-color: #1EEFF4; }
span { border-color: rgb(30,239,244); }
td.TdClassName
{
border-color: #1EEFF4;
}
.TagClassName
{
border-color: #1EEFF4;
}
</style>