Shades of Medium Turquoise #5DCAD0
Tints of Medium Turquoise #5DCAD0
RGB
CMYK
RGB Variations
Color information
#5DCAD0 (or 0x5DCAD0) is known color: Medium Turquoise. HEX triplet: 5D, CA and D0. RGB value is (93,202,208). Sum of RGB (Red+Green+Blue) = 93+202+208=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #5DCAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAD0 is #A2352F. Grayscale: #A9A9A9. Windows color (decimal): -10630448 or 13683293. OLE color: 13683293.
HSL color Cylindrical-coordinate representation of color #5DCAD0: hue angle of 183.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCAD0 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 202 | 208 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.18 |
| HSL | 183.13º | 0.55% | 0.59% | - |
| HSV(B) | 183.13º | 0.55% | 0.82% | - |
| XYZ | 37.02 | 49.12 | 67.2 | - |
| YUV | 170.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 208 | 0.55 | 0.03 | 0 | 0.18 | 183.13 | 0.55 | 0.59 |
| Hex | 5D | CA | D0 | 37 | 3 | 0 | 12 | B7 | 37 | 3B |
| Octal | 135 | 312 | 320 | 67 | 3 | 0 | 22 | 267 | 67 | 73 |
| Binary | 1011101 | 11001010 | 11010000 | 110111 | 11 | 0 | 10010 | 10110111 | 110111 | 111011 |
Color Harmonies of #5DCAD0
Complementary color
Monochromatic Colors of #5DCAD0
Black with #5DCAD0
Text Example
Text Example
White with #5DCAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAD0; }
p { color: rgb(93,202,208); }
H1.HeaderClassName
{
color: #5DCAD0;
}
.AnyTagClassName
{
color: #5DCAD0;
}
</style>
background-color css
<style>
a { background-color: #5DCAD0; }
a { background-color: rgb(93,202,208); }
div.DivClassName
{
background-color: #5DCAD0;
}
.BgClassName
{
background-color: #5DCAD0;
}
</style>
border-color css
<style>
span { border-color: #5DCAD0; }
span { border-color: rgb(93,202,208); }
td.TdClassName
{
border-color: #5DCAD0;
}
.TagClassName
{
border-color: #5DCAD0;
}
</style>