Shades of Medium Turquoise #3CBDBC
Tints of Medium Turquoise #3CBDBC
RGB
CMYK
RGB Variations
Color information
#3CBDBC (or 0x3CBDBC) is known color: Medium Turquoise. HEX triplet: 3C, BD and BC. RGB value is (60,189,188). Sum of RGB (Red+Green+Blue) = 60+189+188=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDBC is #C34243. Grayscale: #969696. Windows color (decimal): -12796484 or 12369212. OLE color: 12369212.
HSL color Cylindrical-coordinate representation of color #3CBDBC: hue angle of 179.53º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBDBC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 188 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.26 |
| HSL | 179.53º | 0.52% | 0.49% | - |
| HSV(B) | 179.53º | 0.68% | 0.74% | - |
| XYZ | 29.14 | 40.99 | 53.95 | - |
| YUV | 150.32 | 149.26 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 188 | 0.68 | 0 | 0.01 | 0.26 | 179.53 | 0.52 | 0.49 |
| Hex | 3C | BD | BC | 44 | 0 | 1 | 1A | B4 | 34 | 31 |
| Octal | 74 | 275 | 274 | 104 | 0 | 1 | 32 | 264 | 64 | 61 |
| Binary | 111100 | 10111101 | 10111100 | 1000100 | 0 | 1 | 11010 | 10110100 | 110100 | 110001 |
Color Harmonies of #3CBDBC
Complementary color
Monochromatic Colors of #3CBDBC
Black with #3CBDBC
Text Example
Text Example
White with #3CBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBDBC; }
p { color: rgb(60,189,188); }
H1.HeaderClassName
{
color: #3CBDBC;
}
.AnyTagClassName
{
color: #3CBDBC;
}
</style>
background-color css
<style>
a { background-color: #3CBDBC; }
a { background-color: rgb(60,189,188); }
div.DivClassName
{
background-color: #3CBDBC;
}
.BgClassName
{
background-color: #3CBDBC;
}
</style>
border-color css
<style>
span { border-color: #3CBDBC; }
span { border-color: rgb(60,189,188); }
td.TdClassName
{
border-color: #3CBDBC;
}
.TagClassName
{
border-color: #3CBDBC;
}
</style>