Shades of Bright Turquoise #1EE0FA
Tints of Bright Turquoise #1EE0FA
RGB
CMYK
RGB Variations
Color information
#1EE0FA (or 0x1EE0FA) is known color: Bright Turquoise. HEX triplet: 1E, E0 and FA. RGB value is (30,224,250). Sum of RGB (Red+Green+Blue) = 30+224+250=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EE0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE0FA is #E11F05. Grayscale: #A8A8A8. Windows color (decimal): -14753542 or 16441374. OLE color: 16441374.
HSL color Cylindrical-coordinate representation of color #1EE0FA: hue angle of 187.09º 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 #1EE0FA is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 224 | 250 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.02 |
| HSL | 187.09º | 0.96% | 0.55% | - |
| HSV(B) | 187.09º | 0.88% | 0.98% | - |
| XYZ | 44.45 | 60.49 | 99.78 | - |
| YUV | 168.96 | 173.73 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 250 | 0.88 | 0.10 | 0 | 0.02 | 187.09 | 0.96 | 0.55 |
| Hex | 1E | E0 | FA | 58 | A | 0 | 2 | BB | 60 | 37 |
| Octal | 36 | 340 | 372 | 130 | 12 | 0 | 2 | 273 | 140 | 67 |
| Binary | 11110 | 11100000 | 11111010 | 1011000 | 1010 | 0 | 10 | 10111011 | 1100000 | 110111 |
Color Harmonies of #1EE0FA
Complementary color
Monochromatic Colors of #1EE0FA
Black with #1EE0FA
Text Example
Text Example
White with #1EE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0FA; }
p { color: rgb(30,224,250); }
H1.HeaderClassName
{
color: #1EE0FA;
}
.AnyTagClassName
{
color: #1EE0FA;
}
</style>
background-color css
<style>
a { background-color: #1EE0FA; }
a { background-color: rgb(30,224,250); }
div.DivClassName
{
background-color: #1EE0FA;
}
.BgClassName
{
background-color: #1EE0FA;
}
</style>
border-color css
<style>
span { border-color: #1EE0FA; }
span { border-color: rgb(30,224,250); }
td.TdClassName
{
border-color: #1EE0FA;
}
.TagClassName
{
border-color: #1EE0FA;
}
</style>