Shades of Medium Turquoise #3CCBBD
Tints of Medium Turquoise #3CCBBD
RGB
CMYK
RGB Variations
Color information
#3CCBBD (or 0x3CCBBD) is known color: Medium Turquoise. HEX triplet: 3C, CB and BD. RGB value is (60,203,189). Sum of RGB (Red+Green+Blue) = 60+203+189=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBBD is #C33442. Grayscale: #9E9E9E. Windows color (decimal): -12792899 or 12438332. OLE color: 12438332.
HSL color Cylindrical-coordinate representation of color #3CCBBD: hue angle of 174.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCBBD is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 189 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.20 |
| HSL | 174.13º | 0.58% | 0.52% | - |
| HSV(B) | 174.13º | 0.7% | 0.8% | - |
| XYZ | 32.4 | 47.35 | 55.58 | - |
| YUV | 158.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 189 | 0.70 | 0 | 0.07 | 0.20 | 174.13 | 0.58 | 0.52 |
| Hex | 3C | CB | BD | 46 | 0 | 7 | 14 | AE | 3A | 34 |
| Octal | 74 | 313 | 275 | 106 | 0 | 7 | 24 | 256 | 72 | 64 |
| Binary | 111100 | 11001011 | 10111101 | 1000110 | 0 | 111 | 10100 | 10101110 | 111010 | 110100 |
Color Harmonies of #3CCBBD
Complementary color
Monochromatic Colors of #3CCBBD
Black with #3CCBBD
Text Example
Text Example
White with #3CCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBBD; }
p { color: rgb(60,203,189); }
H1.HeaderClassName
{
color: #3CCBBD;
}
.AnyTagClassName
{
color: #3CCBBD;
}
</style>
background-color css
<style>
a { background-color: #3CCBBD; }
a { background-color: rgb(60,203,189); }
div.DivClassName
{
background-color: #3CCBBD;
}
.BgClassName
{
background-color: #3CCBBD;
}
</style>
border-color css
<style>
span { border-color: #3CCBBD; }
span { border-color: rgb(60,203,189); }
td.TdClassName
{
border-color: #3CCBBD;
}
.TagClassName
{
border-color: #3CCBBD;
}
</style>