Shades of Medium Turquoise #5ECDCF
Tints of Medium Turquoise #5ECDCF
RGB
CMYK
RGB Variations
Color information
#5ECDCF (or 0x5ECDCF) is known color: Medium Turquoise. HEX triplet: 5E, CD and CF. RGB value is (94,205,207). Sum of RGB (Red+Green+Blue) = 94+205+207=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ECDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDCF is #A13230. Grayscale: #ABABAB. Windows color (decimal): -10564145 or 13618526. OLE color: 13618526.
HSL color Cylindrical-coordinate representation of color #5ECDCF: hue angle of 181.06º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECDCF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 205 | 207 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.19 |
| HSL | 181.06º | 0.54% | 0.59% | - |
| HSV(B) | 181.06º | 0.55% | 0.81% | - |
| XYZ | 37.71 | 50.55 | 66.8 | - |
| YUV | 172.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 207 | 0.55 | 0.01 | 0 | 0.19 | 181.06 | 0.54 | 0.59 |
| Hex | 5E | CD | CF | 37 | 1 | 0 | 13 | B5 | 36 | 3B |
| Octal | 136 | 315 | 317 | 67 | 1 | 0 | 23 | 265 | 66 | 73 |
| Binary | 1011110 | 11001101 | 11001111 | 110111 | 1 | 0 | 10011 | 10110101 | 110110 | 111011 |
Color Harmonies of #5ECDCF
Complementary color
Monochromatic Colors of #5ECDCF
Black with #5ECDCF
Text Example
Text Example
White with #5ECDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDCF; }
p { color: rgb(94,205,207); }
H1.HeaderClassName
{
color: #5ECDCF;
}
.AnyTagClassName
{
color: #5ECDCF;
}
</style>
background-color css
<style>
a { background-color: #5ECDCF; }
a { background-color: rgb(94,205,207); }
div.DivClassName
{
background-color: #5ECDCF;
}
.BgClassName
{
background-color: #5ECDCF;
}
</style>
border-color css
<style>
span { border-color: #5ECDCF; }
span { border-color: rgb(94,205,207); }
td.TdClassName
{
border-color: #5ECDCF;
}
.TagClassName
{
border-color: #5ECDCF;
}
</style>