Shades of Turquoise Blue #5EECEE
Tints of Turquoise Blue #5EECEE
RGB
CMYK
RGB Variations
Color information
#5EECEE (or 0x5EECEE) is known color: Turquoise Blue. HEX triplet: 5E, EC and EE. RGB value is (94,236,238). Sum of RGB (Red+Green+Blue) = 94+236+238=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #5EECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECEE is #A11311. Grayscale: #C1C1C1. Windows color (decimal): -10556178 or 15658078. OLE color: 15658078.
HSL color Cylindrical-coordinate representation of color #5EECEE: hue angle of 180.83º 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 #5EECEE is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 238 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.07 |
| HSL | 180.83º | 0.81% | 0.65% | - |
| HSV(B) | 180.83º | 0.61% | 0.93% | - |
| XYZ | 50.04 | 68.54 | 91.48 | - |
| YUV | 193.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 238 | 0.61 | 0.01 | 0 | 0.07 | 180.83 | 0.81 | 0.65 |
| Hex | 5E | EC | EE | 3D | 1 | 0 | 7 | B5 | 51 | 41 |
| Octal | 136 | 354 | 356 | 75 | 1 | 0 | 7 | 265 | 121 | 101 |
| Binary | 1011110 | 11101100 | 11101110 | 111101 | 1 | 0 | 111 | 10110101 | 1010001 | 1000001 |
Color Harmonies of #5EECEE
Complementary color
Monochromatic Colors of #5EECEE
Black with #5EECEE
Text Example
Text Example
White with #5EECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECEE; }
p { color: rgb(94,236,238); }
H1.HeaderClassName
{
color: #5EECEE;
}
.AnyTagClassName
{
color: #5EECEE;
}
</style>
background-color css
<style>
a { background-color: #5EECEE; }
a { background-color: rgb(94,236,238); }
div.DivClassName
{
background-color: #5EECEE;
}
.BgClassName
{
background-color: #5EECEE;
}
</style>
border-color css
<style>
span { border-color: #5EECEE; }
span { border-color: rgb(94,236,238); }
td.TdClassName
{
border-color: #5EECEE;
}
.TagClassName
{
border-color: #5EECEE;
}
</style>