Shades of Turquoise Blue #5EECF2
Tints of Turquoise Blue #5EECF2
RGB
CMYK
RGB Variations
Color information
#5EECF2 (or 0x5EECF2) is known color: Turquoise Blue. HEX triplet: 5E, EC and F2. RGB value is (94,236,242). Sum of RGB (Red+Green+Blue) = 94+236+242=572 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.43% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #5EECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EECF2 is #A1130D. Grayscale: #C2C2C2. Windows color (decimal): -10556174 or 15920222. OLE color: 15920222.
HSL color Cylindrical-coordinate representation of color #5EECF2: hue angle of 182.43º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EECF2 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 236 | 242 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.05 |
| HSL | 182.43º | 0.85% | 0.66% | - |
| HSV(B) | 182.43º | 0.61% | 0.95% | - |
| XYZ | 50.64 | 68.78 | 94.61 | - |
| YUV | 194.23 | 154.96 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 242 | 0.61 | 0.02 | 0 | 0.05 | 182.43 | 0.85 | 0.66 |
| Hex | 5E | EC | F2 | 3D | 2 | 0 | 5 | B6 | 55 | 42 |
| Octal | 136 | 354 | 362 | 75 | 2 | 0 | 5 | 266 | 125 | 102 |
| Binary | 1011110 | 11101100 | 11110010 | 111101 | 10 | 0 | 101 | 10110110 | 1010101 | 1000010 |
Color Harmonies of #5EECF2
Complementary color
Monochromatic Colors of #5EECF2
Black with #5EECF2
Text Example
Text Example
White with #5EECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECF2; }
p { color: rgb(94,236,242); }
H1.HeaderClassName
{
color: #5EECF2;
}
.AnyTagClassName
{
color: #5EECF2;
}
</style>
background-color css
<style>
a { background-color: #5EECF2; }
a { background-color: rgb(94,236,242); }
div.DivClassName
{
background-color: #5EECF2;
}
.BgClassName
{
background-color: #5EECF2;
}
</style>
border-color css
<style>
span { border-color: #5EECF2; }
span { border-color: rgb(94,236,242); }
td.TdClassName
{
border-color: #5EECF2;
}
.TagClassName
{
border-color: #5EECF2;
}
</style>