Shades of Medium Turquoise #5DCACE
Tints of Medium Turquoise #5DCACE
RGB
CMYK
RGB Variations
Color information
#5DCACE (or 0x5DCACE) is known color: Medium Turquoise. HEX triplet: 5D, CA and CE. RGB value is (93,202,206). Sum of RGB (Red+Green+Blue) = 93+202+206=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCACE is #A23531. Grayscale: #A9A9A9. Windows color (decimal): -10630450 or 13552221. OLE color: 13552221.
HSL color Cylindrical-coordinate representation of color #5DCACE: hue angle of 182.12º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCACE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 202 | 206 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.19 |
| HSL | 182.12º | 0.54% | 0.59% | - |
| HSV(B) | 182.12º | 0.55% | 0.81% | - |
| XYZ | 36.78 | 49.02 | 65.92 | - |
| YUV | 169.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 206 | 0.55 | 0.02 | 0 | 0.19 | 182.12 | 0.54 | 0.59 |
| Hex | 5D | CA | CE | 37 | 2 | 0 | 13 | B6 | 36 | 3B |
| Octal | 135 | 312 | 316 | 67 | 2 | 0 | 23 | 266 | 66 | 73 |
| Binary | 1011101 | 11001010 | 11001110 | 110111 | 10 | 0 | 10011 | 10110110 | 110110 | 111011 |
Color Harmonies of #5DCACE
Complementary color
Monochromatic Colors of #5DCACE
Black with #5DCACE
Text Example
Text Example
White with #5DCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCACE; }
p { color: rgb(93,202,206); }
H1.HeaderClassName
{
color: #5DCACE;
}
.AnyTagClassName
{
color: #5DCACE;
}
</style>
background-color css
<style>
a { background-color: #5DCACE; }
a { background-color: rgb(93,202,206); }
div.DivClassName
{
background-color: #5DCACE;
}
.BgClassName
{
background-color: #5DCACE;
}
</style>
border-color css
<style>
span { border-color: #5DCACE; }
span { border-color: rgb(93,202,206); }
td.TdClassName
{
border-color: #5DCACE;
}
.TagClassName
{
border-color: #5DCACE;
}
</style>