Shades of Turquoise Blue #5EECEF
Tints of Turquoise Blue #5EECEF
RGB
CMYK
RGB Variations
Color information
#5EECEF (or 0x5EECEF) is known color: Turquoise Blue. HEX triplet: 5E, EC and EF. RGB value is (94,236,239). Sum of RGB (Red+Green+Blue) = 94+236+239=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECEF is #A11310. Grayscale: #C1C1C1. Windows color (decimal): -10556177 or 15723614. OLE color: 15723614.
HSL color Cylindrical-coordinate representation of color #5EECEF: hue angle of 181.24º 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 #5EECEF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 236 | 239 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.06 |
| HSL | 181.24º | 0.82% | 0.65% | - |
| HSV(B) | 181.24º | 0.61% | 0.94% | - |
| XYZ | 50.19 | 68.6 | 92.26 | - |
| YUV | 193.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 239 | 0.61 | 0.01 | 0 | 0.06 | 181.24 | 0.82 | 0.65 |
| Hex | 5E | EC | EF | 3D | 1 | 0 | 6 | B5 | 52 | 41 |
| Octal | 136 | 354 | 357 | 75 | 1 | 0 | 6 | 265 | 122 | 101 |
| Binary | 1011110 | 11101100 | 11101111 | 111101 | 1 | 0 | 110 | 10110101 | 1010010 | 1000001 |
Color Harmonies of #5EECEF
Complementary color
Monochromatic Colors of #5EECEF
Black with #5EECEF
Text Example
Text Example
White with #5EECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECEF; }
p { color: rgb(94,236,239); }
H1.HeaderClassName
{
color: #5EECEF;
}
.AnyTagClassName
{
color: #5EECEF;
}
</style>
background-color css
<style>
a { background-color: #5EECEF; }
a { background-color: rgb(94,236,239); }
div.DivClassName
{
background-color: #5EECEF;
}
.BgClassName
{
background-color: #5EECEF;
}
</style>
border-color css
<style>
span { border-color: #5EECEF; }
span { border-color: rgb(94,236,239); }
td.TdClassName
{
border-color: #5EECEF;
}
.TagClassName
{
border-color: #5EECEF;
}
</style>