Shades of Medium Turquoise #5CDACC
Tints of Medium Turquoise #5CDACC
RGB
CMYK
RGB Variations
Color information
#5CDACC (or 0x5CDACC) is known color: Medium Turquoise. HEX triplet: 5C, DA and CC. RGB value is (92,218,204). Sum of RGB (Red+Green+Blue) = 92+218+204=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDACC is #A32533. Grayscale: #B2B2B2. Windows color (decimal): -10691892 or 13425244. OLE color: 13425244.
HSL color Cylindrical-coordinate representation of color #5CDACC: hue angle of 173.33º 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 #5CDACC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 204 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.15 |
| HSL | 173.33º | 0.63% | 0.61% | - |
| HSV(B) | 173.33º | 0.58% | 0.85% | - |
| XYZ | 40.38 | 56.78 | 65.96 | - |
| YUV | 178.73 | 142.26 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 204 | 0.58 | 0 | 0.06 | 0.15 | 173.33 | 0.63 | 0.61 |
| Hex | 5C | DA | CC | 3A | 0 | 6 | F | AD | 3F | 3D |
| Octal | 134 | 332 | 314 | 72 | 0 | 6 | 17 | 255 | 77 | 75 |
| Binary | 1011100 | 11011010 | 11001100 | 111010 | 0 | 110 | 1111 | 10101101 | 111111 | 111101 |
Color Harmonies of #5CDACC
Complementary color
Monochromatic Colors of #5CDACC
Black with #5CDACC
Text Example
Text Example
White with #5CDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDACC; }
p { color: rgb(92,218,204); }
H1.HeaderClassName
{
color: #5CDACC;
}
.AnyTagClassName
{
color: #5CDACC;
}
</style>
background-color css
<style>
a { background-color: #5CDACC; }
a { background-color: rgb(92,218,204); }
div.DivClassName
{
background-color: #5CDACC;
}
.BgClassName
{
background-color: #5CDACC;
}
</style>
border-color css
<style>
span { border-color: #5CDACC; }
span { border-color: rgb(92,218,204); }
td.TdClassName
{
border-color: #5CDACC;
}
.TagClassName
{
border-color: #5CDACC;
}
</style>