Shades of Turquoise Blue #5ECDF5
Tints of Turquoise Blue #5ECDF5
RGB
CMYK
RGB Variations
Color information
#5ECDF5 (or 0x5ECDF5) is known color: Turquoise Blue. HEX triplet: 5E, CD and F5. RGB value is (94,205,245). Sum of RGB (Red+Green+Blue) = 94+205+245=544 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.28% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #5ECDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECDF5 is #A1320A. Grayscale: #B0B0B0. Windows color (decimal): -10564107 or 16108894. OLE color: 16108894.
HSL color Cylindrical-coordinate representation of color #5ECDF5: hue angle of 195.89º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ECDF5 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 205 | 245 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.04 |
| HSL | 195.89º | 0.88% | 0.66% | - |
| HSV(B) | 195.89º | 0.62% | 0.96% | - |
| XYZ | 42.93 | 52.63 | 94.28 | - |
| YUV | 176.37 | 166.73 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 245 | 0.62 | 0.16 | 0 | 0.04 | 195.89 | 0.88 | 0.66 |
| Hex | 5E | CD | F5 | 3E | 10 | 0 | 4 | C4 | 58 | 42 |
| Octal | 136 | 315 | 365 | 76 | 20 | 0 | 4 | 304 | 130 | 102 |
| Binary | 1011110 | 11001101 | 11110101 | 111110 | 10000 | 0 | 100 | 11000100 | 1011000 | 1000010 |
Color Harmonies of #5ECDF5
Complementary color
Monochromatic Colors of #5ECDF5
Black with #5ECDF5
Text Example
Text Example
White with #5ECDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDF5; }
p { color: rgb(94,205,245); }
H1.HeaderClassName
{
color: #5ECDF5;
}
.AnyTagClassName
{
color: #5ECDF5;
}
</style>
background-color css
<style>
a { background-color: #5ECDF5; }
a { background-color: rgb(94,205,245); }
div.DivClassName
{
background-color: #5ECDF5;
}
.BgClassName
{
background-color: #5ECDF5;
}
</style>
border-color css
<style>
span { border-color: #5ECDF5; }
span { border-color: rgb(94,205,245); }
td.TdClassName
{
border-color: #5ECDF5;
}
.TagClassName
{
border-color: #5ECDF5;
}
</style>