Shades of Medium Turquoise #3ACCCB
Tints of Medium Turquoise #3ACCCB
RGB
CMYK
RGB Variations
Color information
#3ACCCB (or 0x3ACCCB) is known color: Medium Turquoise. HEX triplet: 3A, CC and CB. RGB value is (58,204,203). Sum of RGB (Red+Green+Blue) = 58+204+203=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCCB is #C53334. Grayscale: #A0A0A0. Windows color (decimal): -12923701 or 13356090. OLE color: 13356090.
HSL color Cylindrical-coordinate representation of color #3ACCCB: hue angle of 179.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACCCB is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 203 | - |
| CMYK | 0.72 | 0 | 0.00 | 0.2 |
| HSL | 179.59º | 0.59% | 0.51% | - |
| HSV(B) | 179.59º | 0.72% | 0.8% | - |
| XYZ | 34.12 | 48.4 | 64.04 | - |
| YUV | 160.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 203 | 0.72 | 0 | 0.00 | 0.2 | 179.59 | 0.59 | 0.51 |
| Hex | 3A | CC | CB | 48 | 0 | 0 | 14 | B4 | 3B | 33 |
| Octal | 72 | 314 | 313 | 110 | 0 | 0 | 24 | 264 | 73 | 63 |
| Binary | 111010 | 11001100 | 11001011 | 1001000 | 0 | 0 | 10100 | 10110100 | 111011 | 110011 |
Color Harmonies of #3ACCCB
Complementary color
Monochromatic Colors of #3ACCCB
Black with #3ACCCB
Text Example
Text Example
White with #3ACCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCCB; }
p { color: rgb(58,204,203); }
H1.HeaderClassName
{
color: #3ACCCB;
}
.AnyTagClassName
{
color: #3ACCCB;
}
</style>
background-color css
<style>
a { background-color: #3ACCCB; }
a { background-color: rgb(58,204,203); }
div.DivClassName
{
background-color: #3ACCCB;
}
.BgClassName
{
background-color: #3ACCCB;
}
</style>
border-color css
<style>
span { border-color: #3ACCCB; }
span { border-color: rgb(58,204,203); }
td.TdClassName
{
border-color: #3ACCCB;
}
.TagClassName
{
border-color: #3ACCCB;
}
</style>