Shades of Medium Turquoise #3BCDC3
Tints of Medium Turquoise #3BCDC3
RGB
CMYK
RGB Variations
Color information
#3BCDC3 (or 0x3BCDC3) is known color: Medium Turquoise. HEX triplet: 3B, CD and C3. RGB value is (59,205,195). Sum of RGB (Red+Green+Blue) = 59+205+195=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDC3 is #C4323C. Grayscale: #A0A0A0. Windows color (decimal): -12857917 or 12832059. OLE color: 12832059.
HSL color Cylindrical-coordinate representation of color #3BCDC3: hue angle of 175.89º 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 #3BCDC3 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 195 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.20 |
| HSL | 175.89º | 0.59% | 0.52% | - |
| HSV(B) | 175.89º | 0.71% | 0.8% | - |
| XYZ | 33.49 | 48.53 | 59.23 | - |
| YUV | 160.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 195 | 0.71 | 0 | 0.05 | 0.20 | 175.89 | 0.59 | 0.52 |
| Hex | 3B | CD | C3 | 47 | 0 | 5 | 14 | B0 | 3B | 34 |
| Octal | 73 | 315 | 303 | 107 | 0 | 5 | 24 | 260 | 73 | 64 |
| Binary | 111011 | 11001101 | 11000011 | 1000111 | 0 | 101 | 10100 | 10110000 | 111011 | 110100 |
Color Harmonies of #3BCDC3
Complementary color
Monochromatic Colors of #3BCDC3
Black with #3BCDC3
Text Example
Text Example
White with #3BCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDC3; }
p { color: rgb(59,205,195); }
H1.HeaderClassName
{
color: #3BCDC3;
}
.AnyTagClassName
{
color: #3BCDC3;
}
</style>
background-color css
<style>
a { background-color: #3BCDC3; }
a { background-color: rgb(59,205,195); }
div.DivClassName
{
background-color: #3BCDC3;
}
.BgClassName
{
background-color: #3BCDC3;
}
</style>
border-color css
<style>
span { border-color: #3BCDC3; }
span { border-color: rgb(59,205,195); }
td.TdClassName
{
border-color: #3BCDC3;
}
.TagClassName
{
border-color: #3BCDC3;
}
</style>