Shades of Medium Turquoise #3ACFC1
Tints of Medium Turquoise #3ACFC1
RGB
CMYK
RGB Variations
Color information
#3ACFC1 (or 0x3ACFC1) is known color: Medium Turquoise. HEX triplet: 3A, CF and C1. RGB value is (58,207,193). Sum of RGB (Red+Green+Blue) = 58+207+193=458 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.66% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFC1 is #C5303E. Grayscale: #A0A0A0. Windows color (decimal): -12922943 or 12701498. OLE color: 12701498.
HSL color Cylindrical-coordinate representation of color #3ACFC1: hue angle of 174.36º 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 #3ACFC1 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 193 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.19 |
| HSL | 174.36º | 0.61% | 0.52% | - |
| HSV(B) | 174.36º | 0.72% | 0.81% | - |
| XYZ | 33.68 | 49.38 | 58.21 | - |
| YUV | 160.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 193 | 0.72 | 0 | 0.07 | 0.19 | 174.36 | 0.61 | 0.52 |
| Hex | 3A | CF | C1 | 48 | 0 | 7 | 13 | AE | 3D | 34 |
| Octal | 72 | 317 | 301 | 110 | 0 | 7 | 23 | 256 | 75 | 64 |
| Binary | 111010 | 11001111 | 11000001 | 1001000 | 0 | 111 | 10011 | 10101110 | 111101 | 110100 |
Color Harmonies of #3ACFC1
Complementary color
Monochromatic Colors of #3ACFC1
Black with #3ACFC1
Text Example
Text Example
White with #3ACFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFC1; }
p { color: rgb(58,207,193); }
H1.HeaderClassName
{
color: #3ACFC1;
}
.AnyTagClassName
{
color: #3ACFC1;
}
</style>
background-color css
<style>
a { background-color: #3ACFC1; }
a { background-color: rgb(58,207,193); }
div.DivClassName
{
background-color: #3ACFC1;
}
.BgClassName
{
background-color: #3ACFC1;
}
</style>
border-color css
<style>
span { border-color: #3ACFC1; }
span { border-color: rgb(58,207,193); }
td.TdClassName
{
border-color: #3ACFC1;
}
.TagClassName
{
border-color: #3ACFC1;
}
</style>