Shades of Medium Turquoise #3CC0BD
Tints of Medium Turquoise #3CC0BD
RGB
CMYK
RGB Variations
Color information
#3CC0BD (or 0x3CC0BD) is known color: Medium Turquoise. HEX triplet: 3C, C0 and BD. RGB value is (60,192,189). Sum of RGB (Red+Green+Blue) = 60+192+189=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0BD is #C33F42. Grayscale: #989898. Windows color (decimal): -12795715 or 12435516. OLE color: 12435516.
HSL color Cylindrical-coordinate representation of color #3CC0BD: hue angle of 178.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC0BD is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 189 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.25 |
| HSL | 178.64º | 0.52% | 0.49% | - |
| HSV(B) | 178.64º | 0.69% | 0.75% | - |
| XYZ | 29.9 | 42.33 | 54.74 | - |
| YUV | 152.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 189 | 0.69 | 0 | 0.02 | 0.25 | 178.64 | 0.52 | 0.49 |
| Hex | 3C | C0 | BD | 45 | 0 | 2 | 19 | B3 | 34 | 31 |
| Octal | 74 | 300 | 275 | 105 | 0 | 2 | 31 | 263 | 64 | 61 |
| Binary | 111100 | 11000000 | 10111101 | 1000101 | 0 | 10 | 11001 | 10110011 | 110100 | 110001 |
Color Harmonies of #3CC0BD
Complementary color
Monochromatic Colors of #3CC0BD
Black with #3CC0BD
Text Example
Text Example
White with #3CC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC0BD; }
p { color: rgb(60,192,189); }
H1.HeaderClassName
{
color: #3CC0BD;
}
.AnyTagClassName
{
color: #3CC0BD;
}
</style>
background-color css
<style>
a { background-color: #3CC0BD; }
a { background-color: rgb(60,192,189); }
div.DivClassName
{
background-color: #3CC0BD;
}
.BgClassName
{
background-color: #3CC0BD;
}
</style>
border-color css
<style>
span { border-color: #3CC0BD; }
span { border-color: rgb(60,192,189); }
td.TdClassName
{
border-color: #3CC0BD;
}
.TagClassName
{
border-color: #3CC0BD;
}
</style>