Shades of Medium Turquoise #3BD2DC
Tints of Medium Turquoise #3BD2DC
RGB
CMYK
RGB Variations
Color information
#3BD2DC (or 0x3BD2DC) is known color: Medium Turquoise. HEX triplet: 3B, D2 and DC. RGB value is (59,210,220). Sum of RGB (Red+Green+Blue) = 59+210+220=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BD2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD2DC is #C42D23. Grayscale: #A5A5A5. Windows color (decimal): -12856612 or 14471739. OLE color: 14471739.
HSL color Cylindrical-coordinate representation of color #3BD2DC: hue angle of 183.73º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD2DC is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 210 | 220 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.14 |
| HSL | 183.73º | 0.7% | 0.55% | - |
| HSV(B) | 183.73º | 0.73% | 0.86% | - |
| XYZ | 37.77 | 52.19 | 75.79 | - |
| YUV | 165.99 | 158.47 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 220 | 0.73 | 0.05 | 0 | 0.14 | 183.73 | 0.7 | 0.55 |
| Hex | 3B | D2 | DC | 49 | 5 | 0 | E | B8 | 46 | 37 |
| Octal | 73 | 322 | 334 | 111 | 5 | 0 | 16 | 270 | 106 | 67 |
| Binary | 111011 | 11010010 | 11011100 | 1001001 | 101 | 0 | 1110 | 10111000 | 1000110 | 110111 |
Color Harmonies of #3BD2DC
Complementary color
Monochromatic Colors of #3BD2DC
Black with #3BD2DC
Text Example
Text Example
White with #3BD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD2DC; }
p { color: rgb(59,210,220); }
H1.HeaderClassName
{
color: #3BD2DC;
}
.AnyTagClassName
{
color: #3BD2DC;
}
</style>
background-color css
<style>
a { background-color: #3BD2DC; }
a { background-color: rgb(59,210,220); }
div.DivClassName
{
background-color: #3BD2DC;
}
.BgClassName
{
background-color: #3BD2DC;
}
</style>
border-color css
<style>
span { border-color: #3BD2DC; }
span { border-color: rgb(59,210,220); }
td.TdClassName
{
border-color: #3BD2DC;
}
.TagClassName
{
border-color: #3BD2DC;
}
</style>