Shades of Medium Turquoise #3BD0C4
Tints of Medium Turquoise #3BD0C4
RGB
CMYK
RGB Variations
Color information
#3BD0C4 (or 0x3BD0C4) is known color: Medium Turquoise. HEX triplet: 3B, D0 and C4. RGB value is (59,208,196). Sum of RGB (Red+Green+Blue) = 59+208+196=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD0C4 is #C42F3B. Grayscale: #A1A1A1. Windows color (decimal): -12857148 or 12898363. OLE color: 12898363.
HSL color Cylindrical-coordinate representation of color #3BD0C4: hue angle of 175.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD0C4 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 196 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.18 |
| HSL | 175.17º | 0.61% | 0.52% | - |
| HSV(B) | 175.17º | 0.72% | 0.82% | - |
| XYZ | 34.32 | 50.03 | 60.07 | - |
| YUV | 162.08 | 147.14 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 196 | 0.72 | 0 | 0.06 | 0.18 | 175.17 | 0.61 | 0.52 |
| Hex | 3B | D0 | C4 | 48 | 0 | 6 | 12 | AF | 3D | 34 |
| Octal | 73 | 320 | 304 | 110 | 0 | 6 | 22 | 257 | 75 | 64 |
| Binary | 111011 | 11010000 | 11000100 | 1001000 | 0 | 110 | 10010 | 10101111 | 111101 | 110100 |
Color Harmonies of #3BD0C4
Complementary color
Monochromatic Colors of #3BD0C4
Black with #3BD0C4
Text Example
Text Example
White with #3BD0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD0C4; }
p { color: rgb(59,208,196); }
H1.HeaderClassName
{
color: #3BD0C4;
}
.AnyTagClassName
{
color: #3BD0C4;
}
</style>
background-color css
<style>
a { background-color: #3BD0C4; }
a { background-color: rgb(59,208,196); }
div.DivClassName
{
background-color: #3BD0C4;
}
.BgClassName
{
background-color: #3BD0C4;
}
</style>
border-color css
<style>
span { border-color: #3BD0C4; }
span { border-color: rgb(59,208,196); }
td.TdClassName
{
border-color: #3BD0C4;
}
.TagClassName
{
border-color: #3BD0C4;
}
</style>