Shades of Medium Turquoise #3BCCD6
Tints of Medium Turquoise #3BCCD6
RGB
CMYK
RGB Variations
Color information
#3BCCD6 (or 0x3BCCD6) is known color: Medium Turquoise. HEX triplet: 3B, CC and D6. RGB value is (59,204,214). Sum of RGB (Red+Green+Blue) = 59+204+214=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCD6 is #C43329. Grayscale: #A1A1A1. Windows color (decimal): -12858154 or 14076987. OLE color: 14076987.
HSL color Cylindrical-coordinate representation of color #3BCCD6: hue angle of 183.87º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCCD6 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 204 | 214 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.16 |
| HSL | 183.87º | 0.65% | 0.54% | - |
| HSV(B) | 183.87º | 0.72% | 0.84% | - |
| XYZ | 35.53 | 48.97 | 71.2 | - |
| YUV | 161.79 | 157.46 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 214 | 0.72 | 0.05 | 0 | 0.16 | 183.87 | 0.65 | 0.54 |
| Hex | 3B | CC | D6 | 48 | 5 | 0 | 10 | B8 | 41 | 36 |
| Octal | 73 | 314 | 326 | 110 | 5 | 0 | 20 | 270 | 101 | 66 |
| Binary | 111011 | 11001100 | 11010110 | 1001000 | 101 | 0 | 10000 | 10111000 | 1000001 | 110110 |
Color Harmonies of #3BCCD6
Complementary color
Monochromatic Colors of #3BCCD6
Black with #3BCCD6
Text Example
Text Example
White with #3BCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCD6; }
p { color: rgb(59,204,214); }
H1.HeaderClassName
{
color: #3BCCD6;
}
.AnyTagClassName
{
color: #3BCCD6;
}
</style>
background-color css
<style>
a { background-color: #3BCCD6; }
a { background-color: rgb(59,204,214); }
div.DivClassName
{
background-color: #3BCCD6;
}
.BgClassName
{
background-color: #3BCCD6;
}
</style>
border-color css
<style>
span { border-color: #3BCCD6; }
span { border-color: rgb(59,204,214); }
td.TdClassName
{
border-color: #3BCCD6;
}
.TagClassName
{
border-color: #3BCCD6;
}
</style>