Shades of Medium Turquoise #3ACFC4
Tints of Medium Turquoise #3ACFC4
RGB
CMYK
RGB Variations
Color information
#3ACFC4 (or 0x3ACFC4) is known color: Medium Turquoise. HEX triplet: 3A, CF and C4. RGB value is (58,207,196). Sum of RGB (Red+Green+Blue) = 58+207+196=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFC4 is #C5303B. Grayscale: #A1A1A1. Windows color (decimal): -12922940 or 12898106. OLE color: 12898106.
HSL color Cylindrical-coordinate representation of color #3ACFC4: hue angle of 175.57º 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 #3ACFC4 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 196 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.19 |
| HSL | 175.57º | 0.61% | 0.52% | - |
| HSV(B) | 175.57º | 0.72% | 0.81% | - |
| XYZ | 34.02 | 49.51 | 59.99 | - |
| YUV | 161.2 | 147.64 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 196 | 0.72 | 0 | 0.05 | 0.19 | 175.57 | 0.61 | 0.52 |
| Hex | 3A | CF | C4 | 48 | 0 | 5 | 13 | B0 | 3D | 34 |
| Octal | 72 | 317 | 304 | 110 | 0 | 5 | 23 | 260 | 75 | 64 |
| Binary | 111010 | 11001111 | 11000100 | 1001000 | 0 | 101 | 10011 | 10110000 | 111101 | 110100 |
Color Harmonies of #3ACFC4
Complementary color
Monochromatic Colors of #3ACFC4
Black with #3ACFC4
Text Example
Text Example
White with #3ACFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFC4; }
p { color: rgb(58,207,196); }
H1.HeaderClassName
{
color: #3ACFC4;
}
.AnyTagClassName
{
color: #3ACFC4;
}
</style>
background-color css
<style>
a { background-color: #3ACFC4; }
a { background-color: rgb(58,207,196); }
div.DivClassName
{
background-color: #3ACFC4;
}
.BgClassName
{
background-color: #3ACFC4;
}
</style>
border-color css
<style>
span { border-color: #3ACFC4; }
span { border-color: rgb(58,207,196); }
td.TdClassName
{
border-color: #3ACFC4;
}
.TagClassName
{
border-color: #3ACFC4;
}
</style>