Shades of Bright Turquoise #1EE3FE
Tints of Bright Turquoise #1EE3FE
RGB
CMYK
RGB Variations
Color information
#1EE3FE (or 0x1EE3FE) is known color: Bright Turquoise. HEX triplet: 1E, E3 and FE. RGB value is (30,227,254). Sum of RGB (Red+Green+Blue) = 30+227+254=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EE3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE3FE is #E11C01. Grayscale: #AAAAAA. Windows color (decimal): -14752770 or 16704286. OLE color: 16704286.
HSL color Cylindrical-coordinate representation of color #1EE3FE: hue angle of 187.23º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE3FE is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 227 | 254 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.00 |
| HSL | 187.23º | 0.99% | 0.56% | - |
| HSV(B) | 187.23º | 0.88% | 1% | - |
| XYZ | 45.89 | 62.37 | 103.39 | - |
| YUV | 171.18 | 174.73 | 27.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 227 | 254 | 0.88 | 0.11 | 0 | 0.00 | 187.23 | 0.99 | 0.56 |
| Hex | 1E | E3 | FE | 58 | B | 0 | 0 | BB | 63 | 38 |
| Octal | 36 | 343 | 376 | 130 | 13 | 0 | 0 | 273 | 143 | 70 |
| Binary | 11110 | 11100011 | 11111110 | 1011000 | 1011 | 0 | 0 | 10111011 | 1100011 | 111000 |
Color Harmonies of #1EE3FE
Complementary color
Monochromatic Colors of #1EE3FE
Black with #1EE3FE
Text Example
Text Example
White with #1EE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE3FE; }
p { color: rgb(30,227,254); }
H1.HeaderClassName
{
color: #1EE3FE;
}
.AnyTagClassName
{
color: #1EE3FE;
}
</style>
background-color css
<style>
a { background-color: #1EE3FE; }
a { background-color: rgb(30,227,254); }
div.DivClassName
{
background-color: #1EE3FE;
}
.BgClassName
{
background-color: #1EE3FE;
}
</style>
border-color css
<style>
span { border-color: #1EE3FE; }
span { border-color: rgb(30,227,254); }
td.TdClassName
{
border-color: #1EE3FE;
}
.TagClassName
{
border-color: #1EE3FE;
}
</style>