Shades of Medium Turquoise #3BCCCA
Tints of Medium Turquoise #3BCCCA
RGB
CMYK
RGB Variations
Color information
#3BCCCA (or 0x3BCCCA) is known color: Medium Turquoise. HEX triplet: 3B, CC and CA. RGB value is (59,204,202). Sum of RGB (Red+Green+Blue) = 59+204+202=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCCA is #C43335. Grayscale: #A0A0A0. Windows color (decimal): -12858166 or 13290555. OLE color: 13290555.
HSL color Cylindrical-coordinate representation of color #3BCCCA: hue angle of 179.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCCCA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 202 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.2 |
| HSL | 179.17º | 0.59% | 0.52% | - |
| HSV(B) | 179.17º | 0.71% | 0.8% | - |
| XYZ | 34.06 | 48.38 | 63.42 | - |
| YUV | 160.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 202 | 0.71 | 0 | 0.01 | 0.2 | 179.17 | 0.59 | 0.52 |
| Hex | 3B | CC | CA | 47 | 0 | 1 | 14 | B3 | 3B | 34 |
| Octal | 73 | 314 | 312 | 107 | 0 | 1 | 24 | 263 | 73 | 64 |
| Binary | 111011 | 11001100 | 11001010 | 1000111 | 0 | 1 | 10100 | 10110011 | 111011 | 110100 |
Color Harmonies of #3BCCCA
Complementary color
Monochromatic Colors of #3BCCCA
Black with #3BCCCA
Text Example
Text Example
White with #3BCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCCA; }
p { color: rgb(59,204,202); }
H1.HeaderClassName
{
color: #3BCCCA;
}
.AnyTagClassName
{
color: #3BCCCA;
}
</style>
background-color css
<style>
a { background-color: #3BCCCA; }
a { background-color: rgb(59,204,202); }
div.DivClassName
{
background-color: #3BCCCA;
}
.BgClassName
{
background-color: #3BCCCA;
}
</style>
border-color css
<style>
span { border-color: #3BCCCA; }
span { border-color: rgb(59,204,202); }
td.TdClassName
{
border-color: #3BCCCA;
}
.TagClassName
{
border-color: #3BCCCA;
}
</style>