Shades of Medium Turquoise #5ACFC2
Tints of Medium Turquoise #5ACFC2
RGB
CMYK
RGB Variations
Color information
#5ACFC2 (or 0x5ACFC2) is known color: Medium Turquoise. HEX triplet: 5A, CF and C2. RGB value is (90,207,194). Sum of RGB (Red+Green+Blue) = 90+207+194=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFC2 is #A5303D. Grayscale: #AAAAAA. Windows color (decimal): -10825790 or 12767066. OLE color: 12767066.
HSL color Cylindrical-coordinate representation of color #5ACFC2: hue angle of 173.33º 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 #5ACFC2 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 194 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.19 |
| HSL | 173.33º | 0.55% | 0.58% | - |
| HSV(B) | 173.33º | 0.57% | 0.81% | - |
| XYZ | 36.27 | 50.69 | 58.91 | - |
| YUV | 170.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 194 | 0.57 | 0 | 0.06 | 0.19 | 173.33 | 0.55 | 0.58 |
| Hex | 5A | CF | C2 | 39 | 0 | 6 | 13 | AD | 37 | 3A |
| Octal | 132 | 317 | 302 | 71 | 0 | 6 | 23 | 255 | 67 | 72 |
| Binary | 1011010 | 11001111 | 11000010 | 111001 | 0 | 110 | 10011 | 10101101 | 110111 | 111010 |
Color Harmonies of #5ACFC2
Complementary color
Monochromatic Colors of #5ACFC2
Black with #5ACFC2
Text Example
Text Example
White with #5ACFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFC2; }
p { color: rgb(90,207,194); }
H1.HeaderClassName
{
color: #5ACFC2;
}
.AnyTagClassName
{
color: #5ACFC2;
}
</style>
background-color css
<style>
a { background-color: #5ACFC2; }
a { background-color: rgb(90,207,194); }
div.DivClassName
{
background-color: #5ACFC2;
}
.BgClassName
{
background-color: #5ACFC2;
}
</style>
border-color css
<style>
span { border-color: #5ACFC2; }
span { border-color: rgb(90,207,194); }
td.TdClassName
{
border-color: #5ACFC2;
}
.TagClassName
{
border-color: #5ACFC2;
}
</style>