Shades of Medium Turquoise #3ACFC6
Tints of Medium Turquoise #3ACFC6
RGB
CMYK
RGB Variations
Color information
#3ACFC6 (or 0x3ACFC6) is known color: Medium Turquoise. HEX triplet: 3A, CF and C6. RGB value is (58,207,198). Sum of RGB (Red+Green+Blue) = 58+207+198=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFC6 is #C53039. Grayscale: #A1A1A1. Windows color (decimal): -12922938 or 13029178. OLE color: 13029178.
HSL color Cylindrical-coordinate representation of color #3ACFC6: hue angle of 176.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACFC6 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 198 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.19 |
| HSL | 176.38º | 0.61% | 0.52% | - |
| HSV(B) | 176.38º | 0.72% | 0.81% | - |
| XYZ | 34.25 | 49.6 | 61.2 | - |
| YUV | 161.42 | 148.64 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 198 | 0.72 | 0 | 0.04 | 0.19 | 176.38 | 0.61 | 0.52 |
| Hex | 3A | CF | C6 | 48 | 0 | 4 | 13 | B0 | 3D | 34 |
| Octal | 72 | 317 | 306 | 110 | 0 | 4 | 23 | 260 | 75 | 64 |
| Binary | 111010 | 11001111 | 11000110 | 1001000 | 0 | 100 | 10011 | 10110000 | 111101 | 110100 |
Color Harmonies of #3ACFC6
Complementary color
Monochromatic Colors of #3ACFC6
Black with #3ACFC6
Text Example
Text Example
White with #3ACFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFC6; }
p { color: rgb(58,207,198); }
H1.HeaderClassName
{
color: #3ACFC6;
}
.AnyTagClassName
{
color: #3ACFC6;
}
</style>
background-color css
<style>
a { background-color: #3ACFC6; }
a { background-color: rgb(58,207,198); }
div.DivClassName
{
background-color: #3ACFC6;
}
.BgClassName
{
background-color: #3ACFC6;
}
</style>
border-color css
<style>
span { border-color: #3ACFC6; }
span { border-color: rgb(58,207,198); }
td.TdClassName
{
border-color: #3ACFC6;
}
.TagClassName
{
border-color: #3ACFC6;
}
</style>