Shades of Medium Turquoise #5DDCCF
Tints of Medium Turquoise #5DDCCF
RGB
CMYK
RGB Variations
Color information
#5DDCCF (or 0x5DDCCF) is known color: Medium Turquoise. HEX triplet: 5D, DC and CF. RGB value is (93,220,207). Sum of RGB (Red+Green+Blue) = 93+220+207=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCCF is #A22330. Grayscale: #B4B4B4. Windows color (decimal): -10625841 or 13622365. OLE color: 13622365.
HSL color Cylindrical-coordinate representation of color #5DDCCF: hue angle of 173.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCCF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 207 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.14 |
| HSL | 173.86º | 0.64% | 0.61% | - |
| HSV(B) | 173.86º | 0.58% | 0.86% | - |
| XYZ | 41.37 | 58.02 | 68.05 | - |
| YUV | 180.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 207 | 0.58 | 0 | 0.06 | 0.14 | 173.86 | 0.64 | 0.61 |
| Hex | 5D | DC | CF | 3A | 0 | 6 | E | AE | 40 | 3D |
| Octal | 135 | 334 | 317 | 72 | 0 | 6 | 16 | 256 | 100 | 75 |
| Binary | 1011101 | 11011100 | 11001111 | 111010 | 0 | 110 | 1110 | 10101110 | 1000000 | 111101 |
Color Harmonies of #5DDCCF
Complementary color
Monochromatic Colors of #5DDCCF
Black with #5DDCCF
Text Example
Text Example
White with #5DDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCCF; }
p { color: rgb(93,220,207); }
H1.HeaderClassName
{
color: #5DDCCF;
}
.AnyTagClassName
{
color: #5DDCCF;
}
</style>
background-color css
<style>
a { background-color: #5DDCCF; }
a { background-color: rgb(93,220,207); }
div.DivClassName
{
background-color: #5DDCCF;
}
.BgClassName
{
background-color: #5DDCCF;
}
</style>
border-color css
<style>
span { border-color: #5DDCCF; }
span { border-color: rgb(93,220,207); }
td.TdClassName
{
border-color: #5DDCCF;
}
.TagClassName
{
border-color: #5DDCCF;
}
</style>