Shades of Medium Turquoise #3ACFCF
Tints of Medium Turquoise #3ACFCF
RGB
CMYK
RGB Variations
Color information
#3ACFCF (or 0x3ACFCF) is known color: Medium Turquoise. HEX triplet: 3A, CF and CF. RGB value is (58,207,207). Sum of RGB (Red+Green+Blue) = 58+207+207=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #3ACFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFCF is #C53030. Grayscale: #A2A2A2. Windows color (decimal): -12922929 or 13619002. OLE color: 13619002.
HSL color Cylindrical-coordinate representation of color #3ACFCF: hue angle of 180º 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 #3ACFCF is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 207 | - |
| CMYK | 0.72 | 0 | 0 | 0.19 |
| HSL | 180º | 0.61% | 0.52% | - |
| HSV(B) | 180º | 0.72% | 0.81% | - |
| XYZ | 35.32 | 50.03 | 66.83 | - |
| YUV | 162.45 | 153.14 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 207 | 0.72 | 0 | 0 | 0.19 | 180 | 0.61 | 0.52 |
| Hex | 3A | CF | CF | 48 | 0 | 0 | 13 | B4 | 3D | 34 |
| Octal | 72 | 317 | 317 | 110 | 0 | 0 | 23 | 264 | 75 | 64 |
| Binary | 111010 | 11001111 | 11001111 | 1001000 | 0 | 0 | 10011 | 10110100 | 111101 | 110100 |
Color Harmonies of #3ACFCF
Complementary color
Monochromatic Colors of #3ACFCF
Black with #3ACFCF
Text Example
Text Example
White with #3ACFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFCF; }
p { color: rgb(58,207,207); }
H1.HeaderClassName
{
color: #3ACFCF;
}
.AnyTagClassName
{
color: #3ACFCF;
}
</style>
background-color css
<style>
a { background-color: #3ACFCF; }
a { background-color: rgb(58,207,207); }
div.DivClassName
{
background-color: #3ACFCF;
}
.BgClassName
{
background-color: #3ACFCF;
}
</style>
border-color css
<style>
span { border-color: #3ACFCF; }
span { border-color: rgb(58,207,207); }
td.TdClassName
{
border-color: #3ACFCF;
}
.TagClassName
{
border-color: #3ACFCF;
}
</style>