Shades of Medium Turquoise #3CD2BB
Tints of Medium Turquoise #3CD2BB
RGB
CMYK
RGB Variations
Color information
#3CD2BB (or 0x3CD2BB) is known color: Medium Turquoise. HEX triplet: 3C, D2 and BB. RGB value is (60,210,187). Sum of RGB (Red+Green+Blue) = 60+210+187=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD2BB is #C32D44. Grayscale: #A2A2A2. Windows color (decimal): -12791109 or 12309052. OLE color: 12309052.
HSL color Cylindrical-coordinate representation of color #3CD2BB: hue angle of 170.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD2BB is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 187 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.18 |
| HSL | 170.8º | 0.63% | 0.53% | - |
| HSV(B) | 170.8º | 0.71% | 0.82% | - |
| XYZ | 33.88 | 50.64 | 55 | - |
| YUV | 162.53 | 141.81 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 187 | 0.71 | 0 | 0.11 | 0.18 | 170.8 | 0.63 | 0.53 |
| Hex | 3C | D2 | BB | 47 | 0 | B | 12 | AB | 3E | 35 |
| Octal | 74 | 322 | 273 | 107 | 0 | 13 | 22 | 253 | 76 | 65 |
| Binary | 111100 | 11010010 | 10111011 | 1000111 | 0 | 1011 | 10010 | 10101011 | 111110 | 110101 |
Color Harmonies of #3CD2BB
Complementary color
Monochromatic Colors of #3CD2BB
Black with #3CD2BB
Text Example
Text Example
White with #3CD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD2BB; }
p { color: rgb(60,210,187); }
H1.HeaderClassName
{
color: #3CD2BB;
}
.AnyTagClassName
{
color: #3CD2BB;
}
</style>
background-color css
<style>
a { background-color: #3CD2BB; }
a { background-color: rgb(60,210,187); }
div.DivClassName
{
background-color: #3CD2BB;
}
.BgClassName
{
background-color: #3CD2BB;
}
</style>
border-color css
<style>
span { border-color: #3CD2BB; }
span { border-color: rgb(60,210,187); }
td.TdClassName
{
border-color: #3CD2BB;
}
.TagClassName
{
border-color: #3CD2BB;
}
</style>