Shades of Medium Turquoise #5ACFC1
Tints of Medium Turquoise #5ACFC1
RGB
CMYK
RGB Variations
Color information
#5ACFC1 (or 0x5ACFC1) is known color: Medium Turquoise. HEX triplet: 5A, CF and C1. RGB value is (90,207,193). Sum of RGB (Red+Green+Blue) = 90+207+193=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFC1 is #A5303E. Grayscale: #AAAAAA. Windows color (decimal): -10825791 or 12701530. OLE color: 12701530.
HSL color Cylindrical-coordinate representation of color #5ACFC1: hue angle of 172.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFC1 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 193 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.19 |
| HSL | 172.82º | 0.55% | 0.58% | - |
| HSV(B) | 172.82º | 0.57% | 0.81% | - |
| XYZ | 36.15 | 50.65 | 58.32 | - |
| YUV | 170.42 | 140.74 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 193 | 0.57 | 0 | 0.07 | 0.19 | 172.82 | 0.55 | 0.58 |
| Hex | 5A | CF | C1 | 39 | 0 | 7 | 13 | AD | 37 | 3A |
| Octal | 132 | 317 | 301 | 71 | 0 | 7 | 23 | 255 | 67 | 72 |
| Binary | 1011010 | 11001111 | 11000001 | 111001 | 0 | 111 | 10011 | 10101101 | 110111 | 111010 |
Color Harmonies of #5ACFC1
Complementary color
Monochromatic Colors of #5ACFC1
Black with #5ACFC1
Text Example
Text Example
White with #5ACFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFC1; }
p { color: rgb(90,207,193); }
H1.HeaderClassName
{
color: #5ACFC1;
}
.AnyTagClassName
{
color: #5ACFC1;
}
</style>
background-color css
<style>
a { background-color: #5ACFC1; }
a { background-color: rgb(90,207,193); }
div.DivClassName
{
background-color: #5ACFC1;
}
.BgClassName
{
background-color: #5ACFC1;
}
</style>
border-color css
<style>
span { border-color: #5ACFC1; }
span { border-color: rgb(90,207,193); }
td.TdClassName
{
border-color: #5ACFC1;
}
.TagClassName
{
border-color: #5ACFC1;
}
</style>