Shades of Turquoise Blue #5EE6FB
Tints of Turquoise Blue #5EE6FB
RGB
CMYK
RGB Variations
Color information
#5EE6FB (or 0x5EE6FB) is known color: Turquoise Blue. HEX triplet: 5E, E6 and FB. RGB value is (94,230,251). Sum of RGB (Red+Green+Blue) = 94+230+251=575 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.35% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EE6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE6FB is #A11904. Grayscale: #BFBFBF. Windows color (decimal): -10557701 or 16508510. OLE color: 16508510.
HSL color Cylindrical-coordinate representation of color #5EE6FB: hue angle of 188.03º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EE6FB is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 230 | 251 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.02 |
| HSL | 188.03º | 0.95% | 0.68% | - |
| HSV(B) | 188.03º | 0.63% | 0.98% | - |
| XYZ | 50.33 | 65.94 | 101.34 | - |
| YUV | 191.73 | 161.44 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 230 | 251 | 0.63 | 0.08 | 0 | 0.02 | 188.03 | 0.95 | 0.68 |
| Hex | 5E | E6 | FB | 3F | 8 | 0 | 2 | BC | 5F | 44 |
| Octal | 136 | 346 | 373 | 77 | 10 | 0 | 2 | 274 | 137 | 104 |
| Binary | 1011110 | 11100110 | 11111011 | 111111 | 1000 | 0 | 10 | 10111100 | 1011111 | 1000100 |
Color Harmonies of #5EE6FB
Complementary color
Monochromatic Colors of #5EE6FB
Black with #5EE6FB
Text Example
Text Example
White with #5EE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE6FB; }
p { color: rgb(94,230,251); }
H1.HeaderClassName
{
color: #5EE6FB;
}
.AnyTagClassName
{
color: #5EE6FB;
}
</style>
background-color css
<style>
a { background-color: #5EE6FB; }
a { background-color: rgb(94,230,251); }
div.DivClassName
{
background-color: #5EE6FB;
}
.BgClassName
{
background-color: #5EE6FB;
}
</style>
border-color css
<style>
span { border-color: #5EE6FB; }
span { border-color: rgb(94,230,251); }
td.TdClassName
{
border-color: #5EE6FB;
}
.TagClassName
{
border-color: #5EE6FB;
}
</style>