Shades of Medium Turquoise #5CDACB
Tints of Medium Turquoise #5CDACB
RGB
CMYK
RGB Variations
Color information
#5CDACB (or 0x5CDACB) is known color: Medium Turquoise. HEX triplet: 5C, DA and CB. RGB value is (92,218,203). Sum of RGB (Red+Green+Blue) = 92+218+203=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDACB is #A32534. Grayscale: #B2B2B2. Windows color (decimal): -10691893 or 13359708. OLE color: 13359708.
HSL color Cylindrical-coordinate representation of color #5CDACB: hue angle of 172.86º 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 #5CDACB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 203 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.15 |
| HSL | 172.86º | 0.63% | 0.61% | - |
| HSV(B) | 172.86º | 0.58% | 0.85% | - |
| XYZ | 40.26 | 56.73 | 65.33 | - |
| YUV | 178.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 203 | 0.58 | 0 | 0.07 | 0.15 | 172.86 | 0.63 | 0.61 |
| Hex | 5C | DA | CB | 3A | 0 | 7 | F | AD | 3F | 3D |
| Octal | 134 | 332 | 313 | 72 | 0 | 7 | 17 | 255 | 77 | 75 |
| Binary | 1011100 | 11011010 | 11001011 | 111010 | 0 | 111 | 1111 | 10101101 | 111111 | 111101 |
Color Harmonies of #5CDACB
Complementary color
Monochromatic Colors of #5CDACB
Black with #5CDACB
Text Example
Text Example
White with #5CDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDACB; }
p { color: rgb(92,218,203); }
H1.HeaderClassName
{
color: #5CDACB;
}
.AnyTagClassName
{
color: #5CDACB;
}
</style>
background-color css
<style>
a { background-color: #5CDACB; }
a { background-color: rgb(92,218,203); }
div.DivClassName
{
background-color: #5CDACB;
}
.BgClassName
{
background-color: #5CDACB;
}
</style>
border-color css
<style>
span { border-color: #5CDACB; }
span { border-color: rgb(92,218,203); }
td.TdClassName
{
border-color: #5CDACB;
}
.TagClassName
{
border-color: #5CDACB;
}
</style>