Shades of Bright Turquoise #1EE1FA
Tints of Bright Turquoise #1EE1FA
RGB
CMYK
RGB Variations
Color information
#1EE1FA (or 0x1EE1FA) is known color: Bright Turquoise. HEX triplet: 1E, E1 and FA. RGB value is (30,225,250). Sum of RGB (Red+Green+Blue) = 30+225+250=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EE1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE1FA is #E11E05. Grayscale: #A9A9A9. Windows color (decimal): -14753286 or 16441630. OLE color: 16441630.
HSL color Cylindrical-coordinate representation of color #1EE1FA: hue angle of 186.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE1FA is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 225 | 250 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.02 |
| HSL | 186.82º | 0.96% | 0.55% | - |
| HSV(B) | 186.82º | 0.88% | 0.98% | - |
| XYZ | 44.72 | 61.03 | 99.87 | - |
| YUV | 169.55 | 173.4 | 28.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 250 | 0.88 | 0.10 | 0 | 0.02 | 186.82 | 0.96 | 0.55 |
| Hex | 1E | E1 | FA | 58 | A | 0 | 2 | BB | 60 | 37 |
| Octal | 36 | 341 | 372 | 130 | 12 | 0 | 2 | 273 | 140 | 67 |
| Binary | 11110 | 11100001 | 11111010 | 1011000 | 1010 | 0 | 10 | 10111011 | 1100000 | 110111 |
Color Harmonies of #1EE1FA
Complementary color
Monochromatic Colors of #1EE1FA
Black with #1EE1FA
Text Example
Text Example
White with #1EE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE1FA; }
p { color: rgb(30,225,250); }
H1.HeaderClassName
{
color: #1EE1FA;
}
.AnyTagClassName
{
color: #1EE1FA;
}
</style>
background-color css
<style>
a { background-color: #1EE1FA; }
a { background-color: rgb(30,225,250); }
div.DivClassName
{
background-color: #1EE1FA;
}
.BgClassName
{
background-color: #1EE1FA;
}
</style>
border-color css
<style>
span { border-color: #1EE1FA; }
span { border-color: rgb(30,225,250); }
td.TdClassName
{
border-color: #1EE1FA;
}
.TagClassName
{
border-color: #1EE1FA;
}
</style>