Shades of Medium Turquoise #3CCCBD
Tints of Medium Turquoise #3CCCBD
RGB
CMYK
RGB Variations
Color information
#3CCCBD (or 0x3CCCBD) is known color: Medium Turquoise. HEX triplet: 3C, CC and BD. RGB value is (60,204,189). Sum of RGB (Red+Green+Blue) = 60+204+189=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCBD is #C33342. Grayscale: #9F9F9F. Windows color (decimal): -12792643 or 12438588. OLE color: 12438588.
HSL color Cylindrical-coordinate representation of color #3CCCBD: hue angle of 173.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCCBD is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 189 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.2 |
| HSL | 173.75º | 0.59% | 0.52% | - |
| HSV(B) | 173.75º | 0.71% | 0.8% | - |
| XYZ | 32.64 | 47.82 | 55.65 | - |
| YUV | 159.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 189 | 0.71 | 0 | 0.07 | 0.2 | 173.75 | 0.59 | 0.52 |
| Hex | 3C | CC | BD | 47 | 0 | 7 | 14 | AE | 3B | 34 |
| Octal | 74 | 314 | 275 | 107 | 0 | 7 | 24 | 256 | 73 | 64 |
| Binary | 111100 | 11001100 | 10111101 | 1000111 | 0 | 111 | 10100 | 10101110 | 111011 | 110100 |
Color Harmonies of #3CCCBD
Complementary color
Monochromatic Colors of #3CCCBD
Black with #3CCCBD
Text Example
Text Example
White with #3CCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCBD; }
p { color: rgb(60,204,189); }
H1.HeaderClassName
{
color: #3CCCBD;
}
.AnyTagClassName
{
color: #3CCCBD;
}
</style>
background-color css
<style>
a { background-color: #3CCCBD; }
a { background-color: rgb(60,204,189); }
div.DivClassName
{
background-color: #3CCCBD;
}
.BgClassName
{
background-color: #3CCCBD;
}
</style>
border-color css
<style>
span { border-color: #3CCCBD; }
span { border-color: rgb(60,204,189); }
td.TdClassName
{
border-color: #3CCCBD;
}
.TagClassName
{
border-color: #3CCCBD;
}
</style>