Shades of Turquoise Blue #5ECFDB
Tints of Turquoise Blue #5ECFDB
RGB
CMYK
RGB Variations
Color information
#5ECFDB (or 0x5ECFDB) is known color: Turquoise Blue. HEX triplet: 5E, CF and DB. RGB value is (94,207,219). Sum of RGB (Red+Green+Blue) = 94+207+219=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ECFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFDB is #A13024. Grayscale: #AEAEAE. Windows color (decimal): -10563621 or 14405470. OLE color: 14405470.
HSL color Cylindrical-coordinate representation of color #5ECFDB: hue angle of 185.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECFDB is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 207 | 219 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.14 |
| HSL | 185.76º | 0.63% | 0.61% | - |
| HSV(B) | 185.76º | 0.57% | 0.86% | - |
| XYZ | 39.72 | 52.12 | 74.98 | - |
| YUV | 174.58 | 153.06 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 219 | 0.57 | 0.05 | 0 | 0.14 | 185.76 | 0.63 | 0.61 |
| Hex | 5E | CF | DB | 39 | 5 | 0 | E | BA | 3F | 3D |
| Octal | 136 | 317 | 333 | 71 | 5 | 0 | 16 | 272 | 77 | 75 |
| Binary | 1011110 | 11001111 | 11011011 | 111001 | 101 | 0 | 1110 | 10111010 | 111111 | 111101 |
Color Harmonies of #5ECFDB
Complementary color
Monochromatic Colors of #5ECFDB
Black with #5ECFDB
Text Example
Text Example
White with #5ECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFDB; }
p { color: rgb(94,207,219); }
H1.HeaderClassName
{
color: #5ECFDB;
}
.AnyTagClassName
{
color: #5ECFDB;
}
</style>
background-color css
<style>
a { background-color: #5ECFDB; }
a { background-color: rgb(94,207,219); }
div.DivClassName
{
background-color: #5ECFDB;
}
.BgClassName
{
background-color: #5ECFDB;
}
</style>
border-color css
<style>
span { border-color: #5ECFDB; }
span { border-color: rgb(94,207,219); }
td.TdClassName
{
border-color: #5ECFDB;
}
.TagClassName
{
border-color: #5ECFDB;
}
</style>