Shades of Medium Turquoise #5CDACE
Tints of Medium Turquoise #5CDACE
RGB
CMYK
RGB Variations
Color information
#5CDACE (or 0x5CDACE) is known color: Medium Turquoise. HEX triplet: 5C, DA and CE. RGB value is (92,218,206). Sum of RGB (Red+Green+Blue) = 92+218+206=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDACE is #A32531. Grayscale: #B2B2B2. Windows color (decimal): -10691890 or 13556316. OLE color: 13556316.
HSL color Cylindrical-coordinate representation of color #5CDACE: hue angle of 174.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDACE is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 206 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.15 |
| HSL | 174.29º | 0.63% | 0.61% | - |
| HSV(B) | 174.29º | 0.58% | 0.85% | - |
| XYZ | 40.63 | 56.87 | 67.23 | - |
| YUV | 178.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 206 | 0.58 | 0 | 0.06 | 0.15 | 174.29 | 0.63 | 0.61 |
| Hex | 5C | DA | CE | 3A | 0 | 6 | F | AE | 3F | 3D |
| Octal | 134 | 332 | 316 | 72 | 0 | 6 | 17 | 256 | 77 | 75 |
| Binary | 1011100 | 11011010 | 11001110 | 111010 | 0 | 110 | 1111 | 10101110 | 111111 | 111101 |
Color Harmonies of #5CDACE
Complementary color
Monochromatic Colors of #5CDACE
Black with #5CDACE
Text Example
Text Example
White with #5CDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDACE; }
p { color: rgb(92,218,206); }
H1.HeaderClassName
{
color: #5CDACE;
}
.AnyTagClassName
{
color: #5CDACE;
}
</style>
background-color css
<style>
a { background-color: #5CDACE; }
a { background-color: rgb(92,218,206); }
div.DivClassName
{
background-color: #5CDACE;
}
.BgClassName
{
background-color: #5CDACE;
}
</style>
border-color css
<style>
span { border-color: #5CDACE; }
span { border-color: rgb(92,218,206); }
td.TdClassName
{
border-color: #5CDACE;
}
.TagClassName
{
border-color: #5CDACE;
}
</style>