Shades of Medium Turquoise #3CC9CB
Tints of Medium Turquoise #3CC9CB
RGB
CMYK
RGB Variations
Color information
#3CC9CB (or 0x3CC9CB) is known color: Medium Turquoise. HEX triplet: 3C, C9 and CB. RGB value is (60,201,203). Sum of RGB (Red+Green+Blue) = 60+201+203=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CC9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC9CB is #C33634. Grayscale: #9E9E9E. Windows color (decimal): -12793397 or 13355324. OLE color: 13355324.
HSL color Cylindrical-coordinate representation of color #3CC9CB: hue angle of 180.84º 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 #3CC9CB is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 201 | 203 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.20 |
| HSL | 180.84º | 0.58% | 0.52% | - |
| HSV(B) | 180.84º | 0.7% | 0.8% | - |
| XYZ | 33.53 | 47.05 | 63.81 | - |
| YUV | 159.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 203 | 0.70 | 0.01 | 0 | 0.20 | 180.84 | 0.58 | 0.52 |
| Hex | 3C | C9 | CB | 46 | 1 | 0 | 14 | B5 | 3A | 34 |
| Octal | 74 | 311 | 313 | 106 | 1 | 0 | 24 | 265 | 72 | 64 |
| Binary | 111100 | 11001001 | 11001011 | 1000110 | 1 | 0 | 10100 | 10110101 | 111010 | 110100 |
Color Harmonies of #3CC9CB
Complementary color
Monochromatic Colors of #3CC9CB
Black with #3CC9CB
Text Example
Text Example
White with #3CC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC9CB; }
p { color: rgb(60,201,203); }
H1.HeaderClassName
{
color: #3CC9CB;
}
.AnyTagClassName
{
color: #3CC9CB;
}
</style>
background-color css
<style>
a { background-color: #3CC9CB; }
a { background-color: rgb(60,201,203); }
div.DivClassName
{
background-color: #3CC9CB;
}
.BgClassName
{
background-color: #3CC9CB;
}
</style>
border-color css
<style>
span { border-color: #3CC9CB; }
span { border-color: rgb(60,201,203); }
td.TdClassName
{
border-color: #3CC9CB;
}
.TagClassName
{
border-color: #3CC9CB;
}
</style>