Shades of Medium Turquoise #3BD4C8
Tints of Medium Turquoise #3BD4C8
RGB
CMYK
RGB Variations
Color information
#3BD4C8 (or 0x3BD4C8) is known color: Medium Turquoise. HEX triplet: 3B, D4 and C8. RGB value is (59,212,200). Sum of RGB (Red+Green+Blue) = 59+212+200=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD4C8 is #C42B37. Grayscale: #A4A4A4. Windows color (decimal): -12856120 or 13161531. OLE color: 13161531.
HSL color Cylindrical-coordinate representation of color #3BD4C8: hue angle of 175.29º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD4C8 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 200 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.17 |
| HSL | 175.29º | 0.64% | 0.53% | - |
| HSV(B) | 175.29º | 0.72% | 0.83% | - |
| XYZ | 35.77 | 52.19 | 62.83 | - |
| YUV | 164.89 | 147.81 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 200 | 0.72 | 0 | 0.06 | 0.17 | 175.29 | 0.64 | 0.53 |
| Hex | 3B | D4 | C8 | 48 | 0 | 6 | 11 | AF | 40 | 35 |
| Octal | 73 | 324 | 310 | 110 | 0 | 6 | 21 | 257 | 100 | 65 |
| Binary | 111011 | 11010100 | 11001000 | 1001000 | 0 | 110 | 10001 | 10101111 | 1000000 | 110101 |
Color Harmonies of #3BD4C8
Complementary color
Monochromatic Colors of #3BD4C8
Black with #3BD4C8
Text Example
Text Example
White with #3BD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD4C8; }
p { color: rgb(59,212,200); }
H1.HeaderClassName
{
color: #3BD4C8;
}
.AnyTagClassName
{
color: #3BD4C8;
}
</style>
background-color css
<style>
a { background-color: #3BD4C8; }
a { background-color: rgb(59,212,200); }
div.DivClassName
{
background-color: #3BD4C8;
}
.BgClassName
{
background-color: #3BD4C8;
}
</style>
border-color css
<style>
span { border-color: #3BD4C8; }
span { border-color: rgb(59,212,200); }
td.TdClassName
{
border-color: #3BD4C8;
}
.TagClassName
{
border-color: #3BD4C8;
}
</style>