Shades of Turquoise Blue #5EDFEC
Tints of Turquoise Blue #5EDFEC
RGB
CMYK
RGB Variations
Color information
#5EDFEC (or 0x5EDFEC) is known color: Turquoise Blue. HEX triplet: 5E, DF and EC. RGB value is (94,223,236). Sum of RGB (Red+Green+Blue) = 94+223+236=553 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.00% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDFEC is #A12013. Grayscale: #B9B9B9. Windows color (decimal): -10559508 or 15523678. OLE color: 15523678.
HSL color Cylindrical-coordinate representation of color #5EDFEC: hue angle of 185.49º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EDFEC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 223 | 236 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.07 |
| HSL | 185.49º | 0.79% | 0.65% | - |
| HSV(B) | 185.49º | 0.6% | 0.93% | - |
| XYZ | 46.14 | 61.21 | 88.74 | - |
| YUV | 185.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 236 | 0.60 | 0.06 | 0 | 0.07 | 185.49 | 0.79 | 0.65 |
| Hex | 5E | DF | EC | 3C | 6 | 0 | 7 | B9 | 4F | 41 |
| Octal | 136 | 337 | 354 | 74 | 6 | 0 | 7 | 271 | 117 | 101 |
| Binary | 1011110 | 11011111 | 11101100 | 111100 | 110 | 0 | 111 | 10111001 | 1001111 | 1000001 |
Color Harmonies of #5EDFEC
Complementary color
Monochromatic Colors of #5EDFEC
Black with #5EDFEC
Text Example
Text Example
White with #5EDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFEC; }
p { color: rgb(94,223,236); }
H1.HeaderClassName
{
color: #5EDFEC;
}
.AnyTagClassName
{
color: #5EDFEC;
}
</style>
background-color css
<style>
a { background-color: #5EDFEC; }
a { background-color: rgb(94,223,236); }
div.DivClassName
{
background-color: #5EDFEC;
}
.BgClassName
{
background-color: #5EDFEC;
}
</style>
border-color css
<style>
span { border-color: #5EDFEC; }
span { border-color: rgb(94,223,236); }
td.TdClassName
{
border-color: #5EDFEC;
}
.TagClassName
{
border-color: #5EDFEC;
}
</style>