Shades of Medium Turquoise #3CC9BF
Tints of Medium Turquoise #3CC9BF
RGB
CMYK
RGB Variations
Color information
#3CC9BF (or 0x3CC9BF) is known color: Medium Turquoise. HEX triplet: 3C, C9 and BF. RGB value is (60,201,191). Sum of RGB (Red+Green+Blue) = 60+201+191=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC9BF is #C33640. Grayscale: #9D9D9D. Windows color (decimal): -12793409 or 12568892. OLE color: 12568892.
HSL color Cylindrical-coordinate representation of color #3CC9BF: hue angle of 175.74º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC9BF is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 191 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.21 |
| HSL | 175.74º | 0.57% | 0.51% | - |
| HSV(B) | 175.74º | 0.7% | 0.79% | - |
| XYZ | 32.15 | 46.5 | 56.57 | - |
| YUV | 157.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 191 | 0.70 | 0 | 0.05 | 0.21 | 175.74 | 0.57 | 0.51 |
| Hex | 3C | C9 | BF | 46 | 0 | 5 | 15 | B0 | 39 | 33 |
| Octal | 74 | 311 | 277 | 106 | 0 | 5 | 25 | 260 | 71 | 63 |
| Binary | 111100 | 11001001 | 10111111 | 1000110 | 0 | 101 | 10101 | 10110000 | 111001 | 110011 |
Color Harmonies of #3CC9BF
Complementary color
Monochromatic Colors of #3CC9BF
Black with #3CC9BF
Text Example
Text Example
White with #3CC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC9BF; }
p { color: rgb(60,201,191); }
H1.HeaderClassName
{
color: #3CC9BF;
}
.AnyTagClassName
{
color: #3CC9BF;
}
</style>
background-color css
<style>
a { background-color: #3CC9BF; }
a { background-color: rgb(60,201,191); }
div.DivClassName
{
background-color: #3CC9BF;
}
.BgClassName
{
background-color: #3CC9BF;
}
</style>
border-color css
<style>
span { border-color: #3CC9BF; }
span { border-color: rgb(60,201,191); }
td.TdClassName
{
border-color: #3CC9BF;
}
.TagClassName
{
border-color: #3CC9BF;
}
</style>