Shades of Medium Turquoise #5ACBC5
Tints of Medium Turquoise #5ACBC5
RGB
CMYK
RGB Variations
Color information
#5ACBC5 (or 0x5ACBC5) is known color: Medium Turquoise. HEX triplet: 5A, CB and C5. RGB value is (90,203,197). Sum of RGB (Red+Green+Blue) = 90+203+197=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBC5 is #A5343A. Grayscale: #A8A8A8. Windows color (decimal): -10826811 or 12962650. OLE color: 12962650.
HSL color Cylindrical-coordinate representation of color #5ACBC5: hue angle of 176.81º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACBC5 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 197 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.20 |
| HSL | 176.81º | 0.52% | 0.57% | - |
| HSV(B) | 176.81º | 0.56% | 0.8% | - |
| XYZ | 35.65 | 48.92 | 60.39 | - |
| YUV | 168.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 197 | 0.56 | 0 | 0.03 | 0.20 | 176.81 | 0.52 | 0.57 |
| Hex | 5A | CB | C5 | 38 | 0 | 3 | 14 | B1 | 34 | 39 |
| Octal | 132 | 313 | 305 | 70 | 0 | 3 | 24 | 261 | 64 | 71 |
| Binary | 1011010 | 11001011 | 11000101 | 111000 | 0 | 11 | 10100 | 10110001 | 110100 | 111001 |
Color Harmonies of #5ACBC5
Complementary color
Monochromatic Colors of #5ACBC5
Black with #5ACBC5
Text Example
Text Example
White with #5ACBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBC5; }
p { color: rgb(90,203,197); }
H1.HeaderClassName
{
color: #5ACBC5;
}
.AnyTagClassName
{
color: #5ACBC5;
}
</style>
background-color css
<style>
a { background-color: #5ACBC5; }
a { background-color: rgb(90,203,197); }
div.DivClassName
{
background-color: #5ACBC5;
}
.BgClassName
{
background-color: #5ACBC5;
}
</style>
border-color css
<style>
span { border-color: #5ACBC5; }
span { border-color: rgb(90,203,197); }
td.TdClassName
{
border-color: #5ACBC5;
}
.TagClassName
{
border-color: #5ACBC5;
}
</style>