Shades of Medium Turquoise #3ACFBF
Tints of Medium Turquoise #3ACFBF
RGB
CMYK
RGB Variations
Color information
#3ACFBF (or 0x3ACFBF) is known color: Medium Turquoise. HEX triplet: 3A, CF and BF. RGB value is (58,207,191). Sum of RGB (Red+Green+Blue) = 58+207+191=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFBF is #C53040. Grayscale: #A0A0A0. Windows color (decimal): -12922945 or 12570426. OLE color: 12570426.
HSL color Cylindrical-coordinate representation of color #3ACFBF: hue angle of 173.56º 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 #3ACFBF is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 191 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.19 |
| HSL | 173.56º | 0.61% | 0.52% | - |
| HSV(B) | 173.56º | 0.72% | 0.81% | - |
| XYZ | 33.46 | 49.29 | 57.04 | - |
| YUV | 160.63 | 145.14 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 191 | 0.72 | 0 | 0.08 | 0.19 | 173.56 | 0.61 | 0.52 |
| Hex | 3A | CF | BF | 48 | 0 | 8 | 13 | AE | 3D | 34 |
| Octal | 72 | 317 | 277 | 110 | 0 | 10 | 23 | 256 | 75 | 64 |
| Binary | 111010 | 11001111 | 10111111 | 1001000 | 0 | 1000 | 10011 | 10101110 | 111101 | 110100 |
Color Harmonies of #3ACFBF
Complementary color
Monochromatic Colors of #3ACFBF
Black with #3ACFBF
Text Example
Text Example
White with #3ACFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFBF; }
p { color: rgb(58,207,191); }
H1.HeaderClassName
{
color: #3ACFBF;
}
.AnyTagClassName
{
color: #3ACFBF;
}
</style>
background-color css
<style>
a { background-color: #3ACFBF; }
a { background-color: rgb(58,207,191); }
div.DivClassName
{
background-color: #3ACFBF;
}
.BgClassName
{
background-color: #3ACFBF;
}
</style>
border-color css
<style>
span { border-color: #3ACFBF; }
span { border-color: rgb(58,207,191); }
td.TdClassName
{
border-color: #3ACFBF;
}
.TagClassName
{
border-color: #3ACFBF;
}
</style>