Shades of Medium Turquoise #3CCBCC
Tints of Medium Turquoise #3CCBCC
RGB
CMYK
RGB Variations
Color information
#3CCBCC (or 0x3CCBCC) is known color: Medium Turquoise. HEX triplet: 3C, CB and CC. RGB value is (60,203,204). Sum of RGB (Red+Green+Blue) = 60+203+204=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CCBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBCC is #C33433. Grayscale: #A0A0A0. Windows color (decimal): -12792884 or 13421372. OLE color: 13421372.
HSL color Cylindrical-coordinate representation of color #3CCBCC: hue angle of 180.42º 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 #3CCBCC is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 203 | 204 | - |
| CMYK | 0.71 | 0.00 | 0 | 0.2 |
| HSL | 180.42º | 0.59% | 0.52% | - |
| HSV(B) | 180.42º | 0.71% | 0.8% | - |
| XYZ | 34.12 | 48.03 | 64.6 | - |
| YUV | 160.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 204 | 0.71 | 0.00 | 0 | 0.2 | 180.42 | 0.59 | 0.52 |
| Hex | 3C | CB | CC | 47 | 0 | 0 | 14 | B4 | 3B | 34 |
| Octal | 74 | 313 | 314 | 107 | 0 | 0 | 24 | 264 | 73 | 64 |
| Binary | 111100 | 11001011 | 11001100 | 1000111 | 0 | 0 | 10100 | 10110100 | 111011 | 110100 |
Color Harmonies of #3CCBCC
Complementary color
Monochromatic Colors of #3CCBCC
Black with #3CCBCC
Text Example
Text Example
White with #3CCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBCC; }
p { color: rgb(60,203,204); }
H1.HeaderClassName
{
color: #3CCBCC;
}
.AnyTagClassName
{
color: #3CCBCC;
}
</style>
background-color css
<style>
a { background-color: #3CCBCC; }
a { background-color: rgb(60,203,204); }
div.DivClassName
{
background-color: #3CCBCC;
}
.BgClassName
{
background-color: #3CCBCC;
}
</style>
border-color css
<style>
span { border-color: #3CCBCC; }
span { border-color: rgb(60,203,204); }
td.TdClassName
{
border-color: #3CCBCC;
}
.TagClassName
{
border-color: #3CCBCC;
}
</style>