Shades of Medium Turquoise #3ACFCD
Tints of Medium Turquoise #3ACFCD
RGB
CMYK
RGB Variations
Color information
#3ACFCD (or 0x3ACFCD) is known color: Medium Turquoise. HEX triplet: 3A, CF and CD. RGB value is (58,207,205). Sum of RGB (Red+Green+Blue) = 58+207+205=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFCD is #C53032. Grayscale: #A2A2A2. Windows color (decimal): -12922931 or 13487930. OLE color: 13487930.
HSL color Cylindrical-coordinate representation of color #3ACFCD: hue angle of 179.19º 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 #3ACFCD is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 205 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.19 |
| HSL | 179.19º | 0.61% | 0.52% | - |
| HSV(B) | 179.19º | 0.72% | 0.81% | - |
| XYZ | 35.08 | 49.93 | 65.55 | - |
| YUV | 162.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 205 | 0.72 | 0 | 0.01 | 0.19 | 179.19 | 0.61 | 0.52 |
| Hex | 3A | CF | CD | 48 | 0 | 1 | 13 | B3 | 3D | 34 |
| Octal | 72 | 317 | 315 | 110 | 0 | 1 | 23 | 263 | 75 | 64 |
| Binary | 111010 | 11001111 | 11001101 | 1001000 | 0 | 1 | 10011 | 10110011 | 111101 | 110100 |
Color Harmonies of #3ACFCD
Complementary color
Monochromatic Colors of #3ACFCD
Black with #3ACFCD
Text Example
Text Example
White with #3ACFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFCD; }
p { color: rgb(58,207,205); }
H1.HeaderClassName
{
color: #3ACFCD;
}
.AnyTagClassName
{
color: #3ACFCD;
}
</style>
background-color css
<style>
a { background-color: #3ACFCD; }
a { background-color: rgb(58,207,205); }
div.DivClassName
{
background-color: #3ACFCD;
}
.BgClassName
{
background-color: #3ACFCD;
}
</style>
border-color css
<style>
span { border-color: #3ACFCD; }
span { border-color: rgb(58,207,205); }
td.TdClassName
{
border-color: #3ACFCD;
}
.TagClassName
{
border-color: #3ACFCD;
}
</style>