Shades of Medium Turquoise #3ACFB8
Tints of Medium Turquoise #3ACFB8
RGB
CMYK
RGB Variations
Color information
#3ACFB8 (or 0x3ACFB8) is known color: Medium Turquoise. HEX triplet: 3A, CF and B8. RGB value is (58,207,184). Sum of RGB (Red+Green+Blue) = 58+207+184=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFB8 is #C53047. Grayscale: #9F9F9F. Windows color (decimal): -12922952 or 12111674. OLE color: 12111674.
HSL color Cylindrical-coordinate representation of color #3ACFB8: hue angle of 170.74º 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 #3ACFB8 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 184 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.19 |
| HSL | 170.74º | 0.61% | 0.52% | - |
| HSV(B) | 170.74º | 0.72% | 0.81% | - |
| XYZ | 32.71 | 48.99 | 53.08 | - |
| YUV | 159.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 184 | 0.72 | 0 | 0.11 | 0.19 | 170.74 | 0.61 | 0.52 |
| Hex | 3A | CF | B8 | 48 | 0 | B | 13 | AB | 3D | 34 |
| Octal | 72 | 317 | 270 | 110 | 0 | 13 | 23 | 253 | 75 | 64 |
| Binary | 111010 | 11001111 | 10111000 | 1001000 | 0 | 1011 | 10011 | 10101011 | 111101 | 110100 |
Color Harmonies of #3ACFB8
Complementary color
Monochromatic Colors of #3ACFB8
Black with #3ACFB8
Text Example
Text Example
White with #3ACFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFB8; }
p { color: rgb(58,207,184); }
H1.HeaderClassName
{
color: #3ACFB8;
}
.AnyTagClassName
{
color: #3ACFB8;
}
</style>
background-color css
<style>
a { background-color: #3ACFB8; }
a { background-color: rgb(58,207,184); }
div.DivClassName
{
background-color: #3ACFB8;
}
.BgClassName
{
background-color: #3ACFB8;
}
</style>
border-color css
<style>
span { border-color: #3ACFB8; }
span { border-color: rgb(58,207,184); }
td.TdClassName
{
border-color: #3ACFB8;
}
.TagClassName
{
border-color: #3ACFB8;
}
</style>