Shades of Medium Turquoise #3ACBCB
Tints of Medium Turquoise #3ACBCB
RGB
CMYK
RGB Variations
Color information
#3ACBCB (or 0x3ACBCB) is known color: Medium Turquoise. HEX triplet: 3A, CB and CB. RGB value is (58,203,203). Sum of RGB (Red+Green+Blue) = 58+203+203=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #3ACBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBCB is #C53434. Grayscale: #9F9F9F. Windows color (decimal): -12923957 or 13355834. OLE color: 13355834.
HSL color Cylindrical-coordinate representation of color #3ACBCB: hue angle of 180º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACBCB is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 203 | - |
| CMYK | 0.71 | 0 | 0 | 0.20 |
| HSL | 180º | 0.58% | 0.51% | - |
| HSV(B) | 180º | 0.71% | 0.8% | - |
| XYZ | 33.88 | 47.92 | 63.96 | - |
| YUV | 159.65 | 152.46 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 203 | 0.71 | 0 | 0 | 0.20 | 180 | 0.58 | 0.51 |
| Hex | 3A | CB | CB | 47 | 0 | 0 | 14 | B4 | 3A | 33 |
| Octal | 72 | 313 | 313 | 107 | 0 | 0 | 24 | 264 | 72 | 63 |
| Binary | 111010 | 11001011 | 11001011 | 1000111 | 0 | 0 | 10100 | 10110100 | 111010 | 110011 |
Color Harmonies of #3ACBCB
Complementary color
Monochromatic Colors of #3ACBCB
Black with #3ACBCB
Text Example
Text Example
White with #3ACBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBCB; }
p { color: rgb(58,203,203); }
H1.HeaderClassName
{
color: #3ACBCB;
}
.AnyTagClassName
{
color: #3ACBCB;
}
</style>
background-color css
<style>
a { background-color: #3ACBCB; }
a { background-color: rgb(58,203,203); }
div.DivClassName
{
background-color: #3ACBCB;
}
.BgClassName
{
background-color: #3ACBCB;
}
</style>
border-color css
<style>
span { border-color: #3ACBCB; }
span { border-color: rgb(58,203,203); }
td.TdClassName
{
border-color: #3ACBCB;
}
.TagClassName
{
border-color: #3ACBCB;
}
</style>