Shades of Bright Turquoise #1EE5FC
Tints of Bright Turquoise #1EE5FC
RGB
CMYK
RGB Variations
Color information
#1EE5FC (or 0x1EE5FC) is known color: Bright Turquoise. HEX triplet: 1E, E5 and FC. RGB value is (30,229,252). Sum of RGB (Red+Green+Blue) = 30+229+252=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EE5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE5FC is #E11A03. Grayscale: #ABABAB. Windows color (decimal): -14752260 or 16573726. OLE color: 16573726.
HSL color Cylindrical-coordinate representation of color #1EE5FC: hue angle of 186.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE5FC is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 229 | 252 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.01 |
| HSL | 186.22º | 0.97% | 0.55% | - |
| HSV(B) | 186.22º | 0.88% | 0.99% | - |
| XYZ | 46.13 | 63.34 | 101.89 | - |
| YUV | 172.12 | 173.07 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 229 | 252 | 0.88 | 0.09 | 0 | 0.01 | 186.22 | 0.97 | 0.55 |
| Hex | 1E | E5 | FC | 58 | 9 | 0 | 1 | BA | 61 | 37 |
| Octal | 36 | 345 | 374 | 130 | 11 | 0 | 1 | 272 | 141 | 67 |
| Binary | 11110 | 11100101 | 11111100 | 1011000 | 1001 | 0 | 1 | 10111010 | 1100001 | 110111 |
Color Harmonies of #1EE5FC
Complementary color
Monochromatic Colors of #1EE5FC
Black with #1EE5FC
Text Example
Text Example
White with #1EE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE5FC; }
p { color: rgb(30,229,252); }
H1.HeaderClassName
{
color: #1EE5FC;
}
.AnyTagClassName
{
color: #1EE5FC;
}
</style>
background-color css
<style>
a { background-color: #1EE5FC; }
a { background-color: rgb(30,229,252); }
div.DivClassName
{
background-color: #1EE5FC;
}
.BgClassName
{
background-color: #1EE5FC;
}
</style>
border-color css
<style>
span { border-color: #1EE5FC; }
span { border-color: rgb(30,229,252); }
td.TdClassName
{
border-color: #1EE5FC;
}
.TagClassName
{
border-color: #1EE5FC;
}
</style>