Shades of Medium Turquoise #5ECFD4
Tints of Medium Turquoise #5ECFD4
RGB
CMYK
RGB Variations
Color information
#5ECFD4 (or 0x5ECFD4) is known color: Medium Turquoise. HEX triplet: 5E, CF and D4. RGB value is (94,207,212). Sum of RGB (Red+Green+Blue) = 94+207+212=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #5ECFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFD4 is #A1302B. Grayscale: #ADADAD. Windows color (decimal): -10563628 or 13946718. OLE color: 13946718.
HSL color Cylindrical-coordinate representation of color #5ECFD4: hue angle of 182.54º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ECFD4 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 207 | 212 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.17 |
| HSL | 182.54º | 0.58% | 0.6% | - |
| HSV(B) | 182.54º | 0.56% | 0.83% | - |
| XYZ | 38.81 | 51.76 | 70.23 | - |
| YUV | 173.78 | 149.56 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 212 | 0.56 | 0.02 | 0 | 0.17 | 182.54 | 0.58 | 0.6 |
| Hex | 5E | CF | D4 | 38 | 2 | 0 | 11 | B7 | 3A | 3C |
| Octal | 136 | 317 | 324 | 70 | 2 | 0 | 21 | 267 | 72 | 74 |
| Binary | 1011110 | 11001111 | 11010100 | 111000 | 10 | 0 | 10001 | 10110111 | 111010 | 111100 |
Color Harmonies of #5ECFD4
Complementary color
Monochromatic Colors of #5ECFD4
Black with #5ECFD4
Text Example
Text Example
White with #5ECFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFD4; }
p { color: rgb(94,207,212); }
H1.HeaderClassName
{
color: #5ECFD4;
}
.AnyTagClassName
{
color: #5ECFD4;
}
</style>
background-color css
<style>
a { background-color: #5ECFD4; }
a { background-color: rgb(94,207,212); }
div.DivClassName
{
background-color: #5ECFD4;
}
.BgClassName
{
background-color: #5ECFD4;
}
</style>
border-color css
<style>
span { border-color: #5ECFD4; }
span { border-color: rgb(94,207,212); }
td.TdClassName
{
border-color: #5ECFD4;
}
.TagClassName
{
border-color: #5ECFD4;
}
</style>