Shades of Turquoise Blue #5EEFEC
Tints of Turquoise Blue #5EEFEC
RGB
CMYK
RGB Variations
Color information
#5EEFEC (or 0x5EEFEC) is known color: Turquoise Blue. HEX triplet: 5E, EF and EC. RGB value is (94,239,236). Sum of RGB (Red+Green+Blue) = 94+239+236=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFEC is #A11013. Grayscale: #C3C3C3. Windows color (decimal): -10555412 or 15527774. OLE color: 15527774.
HSL color Cylindrical-coordinate representation of color #5EEFEC: hue angle of 178.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFEC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 236 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.06 |
| HSL | 178.76º | 0.82% | 0.65% | - |
| HSV(B) | 178.76º | 0.61% | 0.94% | - |
| XYZ | 50.62 | 70.17 | 90.23 | - |
| YUV | 195.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 236 | 0.61 | 0 | 0.01 | 0.06 | 178.76 | 0.82 | 0.65 |
| Hex | 5E | EF | EC | 3D | 0 | 1 | 6 | B3 | 52 | 41 |
| Octal | 136 | 357 | 354 | 75 | 0 | 1 | 6 | 263 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11101100 | 111101 | 0 | 1 | 110 | 10110011 | 1010010 | 1000001 |
Color Harmonies of #5EEFEC
Complementary color
Monochromatic Colors of #5EEFEC
Black with #5EEFEC
Text Example
Text Example
White with #5EEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFEC; }
p { color: rgb(94,239,236); }
H1.HeaderClassName
{
color: #5EEFEC;
}
.AnyTagClassName
{
color: #5EEFEC;
}
</style>
background-color css
<style>
a { background-color: #5EEFEC; }
a { background-color: rgb(94,239,236); }
div.DivClassName
{
background-color: #5EEFEC;
}
.BgClassName
{
background-color: #5EEFEC;
}
</style>
border-color css
<style>
span { border-color: #5EEFEC; }
span { border-color: rgb(94,239,236); }
td.TdClassName
{
border-color: #5EEFEC;
}
.TagClassName
{
border-color: #5EEFEC;
}
</style>