Shades of Turquoise Blue #5ECFDD
Tints of Turquoise Blue #5ECFDD
RGB
CMYK
RGB Variations
Color information
#5ECFDD (or 0x5ECFDD) is known color: Turquoise Blue. HEX triplet: 5E, CF and DD. RGB value is (94,207,221). Sum of RGB (Red+Green+Blue) = 94+207+221=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ECFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFDD is #A13022. Grayscale: #AEAEAE. Windows color (decimal): -10563619 or 14536542. OLE color: 14536542.
HSL color Cylindrical-coordinate representation of color #5ECFDD: hue angle of 186.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECFDD is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 207 | 221 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.13 |
| HSL | 186.61º | 0.65% | 0.62% | - |
| HSV(B) | 186.61º | 0.57% | 0.87% | - |
| XYZ | 39.98 | 52.23 | 76.38 | - |
| YUV | 174.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 221 | 0.57 | 0.06 | 0 | 0.13 | 186.61 | 0.65 | 0.62 |
| Hex | 5E | CF | DD | 39 | 6 | 0 | D | BB | 41 | 3E |
| Octal | 136 | 317 | 335 | 71 | 6 | 0 | 15 | 273 | 101 | 76 |
| Binary | 1011110 | 11001111 | 11011101 | 111001 | 110 | 0 | 1101 | 10111011 | 1000001 | 111110 |
Color Harmonies of #5ECFDD
Complementary color
Monochromatic Colors of #5ECFDD
Black with #5ECFDD
Text Example
Text Example
White with #5ECFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFDD; }
p { color: rgb(94,207,221); }
H1.HeaderClassName
{
color: #5ECFDD;
}
.AnyTagClassName
{
color: #5ECFDD;
}
</style>
background-color css
<style>
a { background-color: #5ECFDD; }
a { background-color: rgb(94,207,221); }
div.DivClassName
{
background-color: #5ECFDD;
}
.BgClassName
{
background-color: #5ECFDD;
}
</style>
border-color css
<style>
span { border-color: #5ECFDD; }
span { border-color: rgb(94,207,221); }
td.TdClassName
{
border-color: #5ECFDD;
}
.TagClassName
{
border-color: #5ECFDD;
}
</style>