Shades of Medium Turquoise #3BC1CA
Tints of Medium Turquoise #3BC1CA
RGB
CMYK
RGB Variations
Color information
#3BC1CA (or 0x3BC1CA) is known color: Medium Turquoise. HEX triplet: 3B, C1 and CA. RGB value is (59,193,202). Sum of RGB (Red+Green+Blue) = 59+193+202=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #3BC1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1CA is #C43E35. Grayscale: #999999. Windows color (decimal): -12860982 or 13287739. OLE color: 13287739.
HSL color Cylindrical-coordinate representation of color #3BC1CA: hue angle of 183.78º 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 #3BC1CA is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 193 | 202 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.21 |
| HSL | 183.78º | 0.57% | 0.51% | - |
| HSV(B) | 183.78º | 0.71% | 0.79% | - |
| XYZ | 31.53 | 43.33 | 62.58 | - |
| YUV | 153.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 202 | 0.71 | 0.04 | 0 | 0.21 | 183.78 | 0.57 | 0.51 |
| Hex | 3B | C1 | CA | 47 | 4 | 0 | 15 | B8 | 39 | 33 |
| Octal | 73 | 301 | 312 | 107 | 4 | 0 | 25 | 270 | 71 | 63 |
| Binary | 111011 | 11000001 | 11001010 | 1000111 | 100 | 0 | 10101 | 10111000 | 111001 | 110011 |
Color Harmonies of #3BC1CA
Complementary color
Monochromatic Colors of #3BC1CA
Black with #3BC1CA
Text Example
Text Example
White with #3BC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC1CA; }
p { color: rgb(59,193,202); }
H1.HeaderClassName
{
color: #3BC1CA;
}
.AnyTagClassName
{
color: #3BC1CA;
}
</style>
background-color css
<style>
a { background-color: #3BC1CA; }
a { background-color: rgb(59,193,202); }
div.DivClassName
{
background-color: #3BC1CA;
}
.BgClassName
{
background-color: #3BC1CA;
}
</style>
border-color css
<style>
span { border-color: #3BC1CA; }
span { border-color: rgb(59,193,202); }
td.TdClassName
{
border-color: #3BC1CA;
}
.TagClassName
{
border-color: #3BC1CA;
}
</style>