Shades of Turquoise Blue #5EEBEE
Tints of Turquoise Blue #5EEBEE
RGB
CMYK
RGB Variations
Color information
#5EEBEE (or 0x5EEBEE) is known color: Turquoise Blue. HEX triplet: 5E, EB and EE. RGB value is (94,235,238). Sum of RGB (Red+Green+Blue) = 94+235+238=567 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.58% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #5EEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBEE is #A11411. Grayscale: #C1C1C1. Windows color (decimal): -10556434 or 15657822. OLE color: 15657822.
HSL color Cylindrical-coordinate representation of color #5EEBEE: hue angle of 181.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEBEE is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 235 | 238 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.07 |
| HSL | 181.25º | 0.81% | 0.65% | - |
| HSV(B) | 181.25º | 0.61% | 0.93% | - |
| XYZ | 49.76 | 67.97 | 91.39 | - |
| YUV | 193.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 238 | 0.61 | 0.01 | 0 | 0.07 | 181.25 | 0.81 | 0.65 |
| Hex | 5E | EB | EE | 3D | 1 | 0 | 7 | B5 | 51 | 41 |
| Octal | 136 | 353 | 356 | 75 | 1 | 0 | 7 | 265 | 121 | 101 |
| Binary | 1011110 | 11101011 | 11101110 | 111101 | 1 | 0 | 111 | 10110101 | 1010001 | 1000001 |
Color Harmonies of #5EEBEE
Complementary color
Monochromatic Colors of #5EEBEE
Black with #5EEBEE
Text Example
Text Example
White with #5EEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBEE; }
p { color: rgb(94,235,238); }
H1.HeaderClassName
{
color: #5EEBEE;
}
.AnyTagClassName
{
color: #5EEBEE;
}
</style>
background-color css
<style>
a { background-color: #5EEBEE; }
a { background-color: rgb(94,235,238); }
div.DivClassName
{
background-color: #5EEBEE;
}
.BgClassName
{
background-color: #5EEBEE;
}
</style>
border-color css
<style>
span { border-color: #5EEBEE; }
span { border-color: rgb(94,235,238); }
td.TdClassName
{
border-color: #5EEBEE;
}
.TagClassName
{
border-color: #5EEBEE;
}
</style>