Shades of Medium Turquoise #3BCAB3
Tints of Medium Turquoise #3BCAB3
RGB
CMYK
RGB Variations
Color information
#3BCAB3 (or 0x3BCAB3) is known color: Medium Turquoise. HEX triplet: 3B, CA and B3. RGB value is (59,202,179). Sum of RGB (Red+Green+Blue) = 59+202+179=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCAB3 is #C4354C. Grayscale: #9C9C9C. Windows color (decimal): -12858701 or 11782715. OLE color: 11782715.
HSL color Cylindrical-coordinate representation of color #3BCAB3: hue angle of 170.35º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAB3 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 179 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.21 |
| HSL | 170.35º | 0.57% | 0.51% | - |
| HSV(B) | 170.35º | 0.71% | 0.79% | - |
| XYZ | 31.06 | 46.43 | 49.97 | - |
| YUV | 156.62 | 140.62 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 179 | 0.71 | 0 | 0.11 | 0.21 | 170.35 | 0.57 | 0.51 |
| Hex | 3B | CA | B3 | 47 | 0 | B | 15 | AA | 39 | 33 |
| Octal | 73 | 312 | 263 | 107 | 0 | 13 | 25 | 252 | 71 | 63 |
| Binary | 111011 | 11001010 | 10110011 | 1000111 | 0 | 1011 | 10101 | 10101010 | 111001 | 110011 |
Color Harmonies of #3BCAB3
Complementary color
Monochromatic Colors of #3BCAB3
Black with #3BCAB3
Text Example
Text Example
White with #3BCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAB3; }
p { color: rgb(59,202,179); }
H1.HeaderClassName
{
color: #3BCAB3;
}
.AnyTagClassName
{
color: #3BCAB3;
}
</style>
background-color css
<style>
a { background-color: #3BCAB3; }
a { background-color: rgb(59,202,179); }
div.DivClassName
{
background-color: #3BCAB3;
}
.BgClassName
{
background-color: #3BCAB3;
}
</style>
border-color css
<style>
span { border-color: #3BCAB3; }
span { border-color: rgb(59,202,179); }
td.TdClassName
{
border-color: #3BCAB3;
}
.TagClassName
{
border-color: #3BCAB3;
}
</style>