Shades of Medium Turquoise #5DD1CC
Tints of Medium Turquoise #5DD1CC
RGB
CMYK
RGB Variations
Color information
#5DD1CC (or 0x5DD1CC) is known color: Medium Turquoise. HEX triplet: 5D, D1 and CC. RGB value is (93,209,204). Sum of RGB (Red+Green+Blue) = 93+209+204=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD1CC is #A22E33. Grayscale: #ADADAD. Windows color (decimal): -10628660 or 13422941. OLE color: 13422941.
HSL color Cylindrical-coordinate representation of color #5DD1CC: hue angle of 177.41º 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 #5DD1CC is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 204 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.18 |
| HSL | 177.41º | 0.56% | 0.59% | - |
| HSV(B) | 177.41º | 0.56% | 0.82% | - |
| XYZ | 38.21 | 52.29 | 65.21 | - |
| YUV | 173.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 204 | 0.56 | 0 | 0.02 | 0.18 | 177.41 | 0.56 | 0.59 |
| Hex | 5D | D1 | CC | 38 | 0 | 2 | 12 | B1 | 38 | 3B |
| Octal | 135 | 321 | 314 | 70 | 0 | 2 | 22 | 261 | 70 | 73 |
| Binary | 1011101 | 11010001 | 11001100 | 111000 | 0 | 10 | 10010 | 10110001 | 111000 | 111011 |
Color Harmonies of #5DD1CC
Complementary color
Monochromatic Colors of #5DD1CC
Black with #5DD1CC
Text Example
Text Example
White with #5DD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD1CC; }
p { color: rgb(93,209,204); }
H1.HeaderClassName
{
color: #5DD1CC;
}
.AnyTagClassName
{
color: #5DD1CC;
}
</style>
background-color css
<style>
a { background-color: #5DD1CC; }
a { background-color: rgb(93,209,204); }
div.DivClassName
{
background-color: #5DD1CC;
}
.BgClassName
{
background-color: #5DD1CC;
}
</style>
border-color css
<style>
span { border-color: #5DD1CC; }
span { border-color: rgb(93,209,204); }
td.TdClassName
{
border-color: #5DD1CC;
}
.TagClassName
{
border-color: #5DD1CC;
}
</style>