Shades of Medium Turquoise #5EDCCF
Tints of Medium Turquoise #5EDCCF
RGB
CMYK
RGB Variations
Color information
#5EDCCF (or 0x5EDCCF) is known color: Medium Turquoise. HEX triplet: 5E, DC and CF. RGB value is (94,220,207). Sum of RGB (Red+Green+Blue) = 94+220+207=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCCF is #A12330. Grayscale: #B4B4B4. Windows color (decimal): -10560305 or 13622366. OLE color: 13622366.
HSL color Cylindrical-coordinate representation of color #5EDCCF: hue angle of 173.81º 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 #5EDCCF is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 207 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.14 |
| HSL | 173.81º | 0.64% | 0.62% | - |
| HSV(B) | 173.81º | 0.57% | 0.86% | - |
| XYZ | 41.47 | 58.07 | 68.05 | - |
| YUV | 180.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 207 | 0.57 | 0 | 0.06 | 0.14 | 173.81 | 0.64 | 0.62 |
| Hex | 5E | DC | CF | 39 | 0 | 6 | E | AE | 40 | 3E |
| Octal | 136 | 334 | 317 | 71 | 0 | 6 | 16 | 256 | 100 | 76 |
| Binary | 1011110 | 11011100 | 11001111 | 111001 | 0 | 110 | 1110 | 10101110 | 1000000 | 111110 |
Color Harmonies of #5EDCCF
Complementary color
Monochromatic Colors of #5EDCCF
Black with #5EDCCF
Text Example
Text Example
White with #5EDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCCF; }
p { color: rgb(94,220,207); }
H1.HeaderClassName
{
color: #5EDCCF;
}
.AnyTagClassName
{
color: #5EDCCF;
}
</style>
background-color css
<style>
a { background-color: #5EDCCF; }
a { background-color: rgb(94,220,207); }
div.DivClassName
{
background-color: #5EDCCF;
}
.BgClassName
{
background-color: #5EDCCF;
}
</style>
border-color css
<style>
span { border-color: #5EDCCF; }
span { border-color: rgb(94,220,207); }
td.TdClassName
{
border-color: #5EDCCF;
}
.TagClassName
{
border-color: #5EDCCF;
}
</style>