Shades of Medium Turquoise #3BCAC8
Tints of Medium Turquoise #3BCAC8
RGB
CMYK
RGB Variations
Color information
#3BCAC8 (or 0x3BCAC8) is known color: Medium Turquoise. HEX triplet: 3B, CA and C8. RGB value is (59,202,200). Sum of RGB (Red+Green+Blue) = 59+202+200=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCAC8 is #C43537. Grayscale: #9E9E9E. Windows color (decimal): -12858680 or 13158971. OLE color: 13158971.
HSL color Cylindrical-coordinate representation of color #3BCAC8: hue angle of 179.16º 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 #3BCAC8 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 200 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.21 |
| HSL | 179.16º | 0.57% | 0.51% | - |
| HSV(B) | 179.16º | 0.71% | 0.79% | - |
| XYZ | 33.35 | 47.34 | 62.02 | - |
| YUV | 159.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 200 | 0.71 | 0 | 0.01 | 0.21 | 179.16 | 0.57 | 0.51 |
| Hex | 3B | CA | C8 | 47 | 0 | 1 | 15 | B3 | 39 | 33 |
| Octal | 73 | 312 | 310 | 107 | 0 | 1 | 25 | 263 | 71 | 63 |
| Binary | 111011 | 11001010 | 11001000 | 1000111 | 0 | 1 | 10101 | 10110011 | 111001 | 110011 |
Color Harmonies of #3BCAC8
Complementary color
Monochromatic Colors of #3BCAC8
Black with #3BCAC8
Text Example
Text Example
White with #3BCAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAC8; }
p { color: rgb(59,202,200); }
H1.HeaderClassName
{
color: #3BCAC8;
}
.AnyTagClassName
{
color: #3BCAC8;
}
</style>
background-color css
<style>
a { background-color: #3BCAC8; }
a { background-color: rgb(59,202,200); }
div.DivClassName
{
background-color: #3BCAC8;
}
.BgClassName
{
background-color: #3BCAC8;
}
</style>
border-color css
<style>
span { border-color: #3BCAC8; }
span { border-color: rgb(59,202,200); }
td.TdClassName
{
border-color: #3BCAC8;
}
.TagClassName
{
border-color: #3BCAC8;
}
</style>