Shades of Medium Turquoise #3ACFC7
Tints of Medium Turquoise #3ACFC7
RGB
CMYK
RGB Variations
Color information
#3ACFC7 (or 0x3ACFC7) is known color: Medium Turquoise. HEX triplet: 3A, CF and C7. RGB value is (58,207,199). Sum of RGB (Red+Green+Blue) = 58+207+199=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFC7 is #C53038. Grayscale: #A1A1A1. Windows color (decimal): -12922937 or 13094714. OLE color: 13094714.
HSL color Cylindrical-coordinate representation of color #3ACFC7: hue angle of 176.78º 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 #3ACFC7 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 199 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.19 |
| HSL | 176.78º | 0.61% | 0.52% | - |
| HSV(B) | 176.78º | 0.72% | 0.81% | - |
| XYZ | 34.37 | 49.65 | 61.8 | - |
| YUV | 161.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 199 | 0.72 | 0 | 0.04 | 0.19 | 176.78 | 0.61 | 0.52 |
| Hex | 3A | CF | C7 | 48 | 0 | 4 | 13 | B1 | 3D | 34 |
| Octal | 72 | 317 | 307 | 110 | 0 | 4 | 23 | 261 | 75 | 64 |
| Binary | 111010 | 11001111 | 11000111 | 1001000 | 0 | 100 | 10011 | 10110001 | 111101 | 110100 |
Color Harmonies of #3ACFC7
Complementary color
Monochromatic Colors of #3ACFC7
Black with #3ACFC7
Text Example
Text Example
White with #3ACFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFC7; }
p { color: rgb(58,207,199); }
H1.HeaderClassName
{
color: #3ACFC7;
}
.AnyTagClassName
{
color: #3ACFC7;
}
</style>
background-color css
<style>
a { background-color: #3ACFC7; }
a { background-color: rgb(58,207,199); }
div.DivClassName
{
background-color: #3ACFC7;
}
.BgClassName
{
background-color: #3ACFC7;
}
</style>
border-color css
<style>
span { border-color: #3ACFC7; }
span { border-color: rgb(58,207,199); }
td.TdClassName
{
border-color: #3ACFC7;
}
.TagClassName
{
border-color: #3ACFC7;
}
</style>