Shades of Bright Turquoise #1EE5FB
Tints of Bright Turquoise #1EE5FB
RGB
CMYK
RGB Variations
Color information
#1EE5FB (or 0x1EE5FB) is known color: Bright Turquoise. HEX triplet: 1E, E5 and FB. RGB value is (30,229,251). Sum of RGB (Red+Green+Blue) = 30+229+251=510 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.88% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EE5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE5FB is #E11A04. Grayscale: #ABABAB. Windows color (decimal): -14752261 or 16508190. OLE color: 16508190.
HSL color Cylindrical-coordinate representation of color #1EE5FB: hue angle of 185.97º degrees, saturation: 0.97, 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 #1EE5FB is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 229 | 251 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.02 |
| HSL | 185.97º | 0.97% | 0.55% | - |
| HSV(B) | 185.97º | 0.88% | 0.98% | - |
| XYZ | 45.97 | 63.28 | 101.06 | - |
| YUV | 172.01 | 172.57 | 26.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 229 | 251 | 0.88 | 0.09 | 0 | 0.02 | 185.97 | 0.97 | 0.55 |
| Hex | 1E | E5 | FB | 58 | 9 | 0 | 2 | BA | 61 | 37 |
| Octal | 36 | 345 | 373 | 130 | 11 | 0 | 2 | 272 | 141 | 67 |
| Binary | 11110 | 11100101 | 11111011 | 1011000 | 1001 | 0 | 10 | 10111010 | 1100001 | 110111 |
Color Harmonies of #1EE5FB
Complementary color
Monochromatic Colors of #1EE5FB
Black with #1EE5FB
Text Example
Text Example
White with #1EE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE5FB; }
p { color: rgb(30,229,251); }
H1.HeaderClassName
{
color: #1EE5FB;
}
.AnyTagClassName
{
color: #1EE5FB;
}
</style>
background-color css
<style>
a { background-color: #1EE5FB; }
a { background-color: rgb(30,229,251); }
div.DivClassName
{
background-color: #1EE5FB;
}
.BgClassName
{
background-color: #1EE5FB;
}
</style>
border-color css
<style>
span { border-color: #1EE5FB; }
span { border-color: rgb(30,229,251); }
td.TdClassName
{
border-color: #1EE5FB;
}
.TagClassName
{
border-color: #1EE5FB;
}
</style>