Shades of Bright Turquoise #1EE0FB
Tints of Bright Turquoise #1EE0FB
RGB
CMYK
RGB Variations
Color information
#1EE0FB (or 0x1EE0FB) is known color: Bright Turquoise. HEX triplet: 1E, E0 and FB. RGB value is (30,224,251). Sum of RGB (Red+Green+Blue) = 30+224+251=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EE0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE0FB is #E11F04. Grayscale: #A8A8A8. Windows color (decimal): -14753541 or 16506910. OLE color: 16506910.
HSL color Cylindrical-coordinate representation of color #1EE0FB: hue angle of 187.33º 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 #1EE0FB is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 224 | 251 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.02 |
| HSL | 187.33º | 0.97% | 0.55% | - |
| HSV(B) | 187.33º | 0.88% | 0.98% | - |
| XYZ | 44.6 | 60.55 | 100.6 | - |
| YUV | 169.07 | 174.23 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 251 | 0.88 | 0.11 | 0 | 0.02 | 187.33 | 0.97 | 0.55 |
| Hex | 1E | E0 | FB | 58 | B | 0 | 2 | BB | 61 | 37 |
| Octal | 36 | 340 | 373 | 130 | 13 | 0 | 2 | 273 | 141 | 67 |
| Binary | 11110 | 11100000 | 11111011 | 1011000 | 1011 | 0 | 10 | 10111011 | 1100001 | 110111 |
Color Harmonies of #1EE0FB
Complementary color
Monochromatic Colors of #1EE0FB
Black with #1EE0FB
Text Example
Text Example
White with #1EE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0FB; }
p { color: rgb(30,224,251); }
H1.HeaderClassName
{
color: #1EE0FB;
}
.AnyTagClassName
{
color: #1EE0FB;
}
</style>
background-color css
<style>
a { background-color: #1EE0FB; }
a { background-color: rgb(30,224,251); }
div.DivClassName
{
background-color: #1EE0FB;
}
.BgClassName
{
background-color: #1EE0FB;
}
</style>
border-color css
<style>
span { border-color: #1EE0FB; }
span { border-color: rgb(30,224,251); }
td.TdClassName
{
border-color: #1EE0FB;
}
.TagClassName
{
border-color: #1EE0FB;
}
</style>