Shades of Medium Turquoise #3CBDBB
Tints of Medium Turquoise #3CBDBB
RGB
CMYK
RGB Variations
Color information
#3CBDBB (or 0x3CBDBB) is known color: Medium Turquoise. HEX triplet: 3C, BD and BB. RGB value is (60,189,187). Sum of RGB (Red+Green+Blue) = 60+189+187=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDBB is #C34244. Grayscale: #969696. Windows color (decimal): -12796485 or 12303676. OLE color: 12303676.
HSL color Cylindrical-coordinate representation of color #3CBDBB: hue angle of 179.07º 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 #3CBDBB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 187 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.26 |
| HSL | 179.07º | 0.52% | 0.49% | - |
| HSV(B) | 179.07º | 0.68% | 0.74% | - |
| XYZ | 29.03 | 40.94 | 53.39 | - |
| YUV | 150.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 187 | 0.68 | 0 | 0.01 | 0.26 | 179.07 | 0.52 | 0.49 |
| Hex | 3C | BD | BB | 44 | 0 | 1 | 1A | B3 | 34 | 31 |
| Octal | 74 | 275 | 273 | 104 | 0 | 1 | 32 | 263 | 64 | 61 |
| Binary | 111100 | 10111101 | 10111011 | 1000100 | 0 | 1 | 11010 | 10110011 | 110100 | 110001 |
Color Harmonies of #3CBDBB
Complementary color
Monochromatic Colors of #3CBDBB
Black with #3CBDBB
Text Example
Text Example
White with #3CBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBDBB; }
p { color: rgb(60,189,187); }
H1.HeaderClassName
{
color: #3CBDBB;
}
.AnyTagClassName
{
color: #3CBDBB;
}
</style>
background-color css
<style>
a { background-color: #3CBDBB; }
a { background-color: rgb(60,189,187); }
div.DivClassName
{
background-color: #3CBDBB;
}
.BgClassName
{
background-color: #3CBDBB;
}
</style>
border-color css
<style>
span { border-color: #3CBDBB; }
span { border-color: rgb(60,189,187); }
td.TdClassName
{
border-color: #3CBDBB;
}
.TagClassName
{
border-color: #3CBDBB;
}
</style>