Shades of Medium Turquoise #5DD1CF
Tints of Medium Turquoise #5DD1CF
RGB
CMYK
RGB Variations
Color information
#5DD1CF (or 0x5DD1CF) is known color: Medium Turquoise. HEX triplet: 5D, D1 and CF. RGB value is (93,209,207). Sum of RGB (Red+Green+Blue) = 93+209+207=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD1CF is #A22E30. Grayscale: #ADADAD. Windows color (decimal): -10628657 or 13619549. OLE color: 13619549.
HSL color Cylindrical-coordinate representation of color #5DD1CF: hue angle of 178.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD1CF is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 207 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.18 |
| HSL | 178.97º | 0.56% | 0.59% | - |
| HSV(B) | 178.97º | 0.56% | 0.82% | - |
| XYZ | 38.58 | 52.43 | 67.12 | - |
| YUV | 174.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 207 | 0.56 | 0 | 0.01 | 0.18 | 178.97 | 0.56 | 0.59 |
| Hex | 5D | D1 | CF | 38 | 0 | 1 | 12 | B3 | 38 | 3B |
| Octal | 135 | 321 | 317 | 70 | 0 | 1 | 22 | 263 | 70 | 73 |
| Binary | 1011101 | 11010001 | 11001111 | 111000 | 0 | 1 | 10010 | 10110011 | 111000 | 111011 |
Color Harmonies of #5DD1CF
Complementary color
Monochromatic Colors of #5DD1CF
Black with #5DD1CF
Text Example
Text Example
White with #5DD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD1CF; }
p { color: rgb(93,209,207); }
H1.HeaderClassName
{
color: #5DD1CF;
}
.AnyTagClassName
{
color: #5DD1CF;
}
</style>
background-color css
<style>
a { background-color: #5DD1CF; }
a { background-color: rgb(93,209,207); }
div.DivClassName
{
background-color: #5DD1CF;
}
.BgClassName
{
background-color: #5DD1CF;
}
</style>
border-color css
<style>
span { border-color: #5DD1CF; }
span { border-color: rgb(93,209,207); }
td.TdClassName
{
border-color: #5DD1CF;
}
.TagClassName
{
border-color: #5DD1CF;
}
</style>