Shades of Turquoise Blue #5ECFDC
Tints of Turquoise Blue #5ECFDC
RGB
CMYK
RGB Variations
Color information
#5ECFDC (or 0x5ECFDC) is known color: Turquoise Blue. HEX triplet: 5E, CF and DC. RGB value is (94,207,220). Sum of RGB (Red+Green+Blue) = 94+207+220=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ECFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFDC is #A13023. Grayscale: #AEAEAE. Windows color (decimal): -10563620 or 14471006. OLE color: 14471006.
HSL color Cylindrical-coordinate representation of color #5ECFDC: hue angle of 186.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECFDC is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 207 | 220 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.14 |
| HSL | 186.19º | 0.64% | 0.62% | - |
| HSV(B) | 186.19º | 0.57% | 0.86% | - |
| XYZ | 39.85 | 52.17 | 75.68 | - |
| YUV | 174.7 | 153.56 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 220 | 0.57 | 0.06 | 0 | 0.14 | 186.19 | 0.64 | 0.62 |
| Hex | 5E | CF | DC | 39 | 6 | 0 | E | BA | 40 | 3E |
| Octal | 136 | 317 | 334 | 71 | 6 | 0 | 16 | 272 | 100 | 76 |
| Binary | 1011110 | 11001111 | 11011100 | 111001 | 110 | 0 | 1110 | 10111010 | 1000000 | 111110 |
Color Harmonies of #5ECFDC
Complementary color
Monochromatic Colors of #5ECFDC
Black with #5ECFDC
Text Example
Text Example
White with #5ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFDC; }
p { color: rgb(94,207,220); }
H1.HeaderClassName
{
color: #5ECFDC;
}
.AnyTagClassName
{
color: #5ECFDC;
}
</style>
background-color css
<style>
a { background-color: #5ECFDC; }
a { background-color: rgb(94,207,220); }
div.DivClassName
{
background-color: #5ECFDC;
}
.BgClassName
{
background-color: #5ECFDC;
}
</style>
border-color css
<style>
span { border-color: #5ECFDC; }
span { border-color: rgb(94,207,220); }
td.TdClassName
{
border-color: #5ECFDC;
}
.TagClassName
{
border-color: #5ECFDC;
}
</style>