Shades of Medium Turquoise #5ACFC6
Tints of Medium Turquoise #5ACFC6
RGB
CMYK
RGB Variations
Color information
#5ACFC6 (or 0x5ACFC6) is known color: Medium Turquoise. HEX triplet: 5A, CF and C6. RGB value is (90,207,198). Sum of RGB (Red+Green+Blue) = 90+207+198=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFC6 is #A53039. Grayscale: #AAAAAA. Windows color (decimal): -10825786 or 13029210. OLE color: 13029210.
HSL color Cylindrical-coordinate representation of color #5ACFC6: hue angle of 175.38º 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 #5ACFC6 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 198 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.19 |
| HSL | 175.38º | 0.55% | 0.58% | - |
| HSV(B) | 175.38º | 0.57% | 0.81% | - |
| XYZ | 36.72 | 50.88 | 61.31 | - |
| YUV | 170.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 198 | 0.57 | 0 | 0.04 | 0.19 | 175.38 | 0.55 | 0.58 |
| Hex | 5A | CF | C6 | 39 | 0 | 4 | 13 | AF | 37 | 3A |
| Octal | 132 | 317 | 306 | 71 | 0 | 4 | 23 | 257 | 67 | 72 |
| Binary | 1011010 | 11001111 | 11000110 | 111001 | 0 | 100 | 10011 | 10101111 | 110111 | 111010 |
Color Harmonies of #5ACFC6
Complementary color
Monochromatic Colors of #5ACFC6
Black with #5ACFC6
Text Example
Text Example
White with #5ACFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFC6; }
p { color: rgb(90,207,198); }
H1.HeaderClassName
{
color: #5ACFC6;
}
.AnyTagClassName
{
color: #5ACFC6;
}
</style>
background-color css
<style>
a { background-color: #5ACFC6; }
a { background-color: rgb(90,207,198); }
div.DivClassName
{
background-color: #5ACFC6;
}
.BgClassName
{
background-color: #5ACFC6;
}
</style>
border-color css
<style>
span { border-color: #5ACFC6; }
span { border-color: rgb(90,207,198); }
td.TdClassName
{
border-color: #5ACFC6;
}
.TagClassName
{
border-color: #5ACFC6;
}
</style>