Shades of Medium Turquoise #3CCDCB
Tints of Medium Turquoise #3CCDCB
RGB
CMYK
RGB Variations
Color information
#3CCDCB (or 0x3CCDCB) is known color: Medium Turquoise. HEX triplet: 3C, CD and CB. RGB value is (60,205,203). Sum of RGB (Red+Green+Blue) = 60+205+203=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDCB is #C33234. Grayscale: #A1A1A1. Windows color (decimal): -12792373 or 13356348. OLE color: 13356348.
HSL color Cylindrical-coordinate representation of color #3CCDCB: hue angle of 179.17º 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 #3CCDCB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 203 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.20 |
| HSL | 179.17º | 0.59% | 0.52% | - |
| HSV(B) | 179.17º | 0.71% | 0.8% | - |
| XYZ | 34.47 | 48.94 | 64.13 | - |
| YUV | 161.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 203 | 0.71 | 0 | 0.01 | 0.20 | 179.17 | 0.59 | 0.52 |
| Hex | 3C | CD | CB | 47 | 0 | 1 | 14 | B3 | 3B | 34 |
| Octal | 74 | 315 | 313 | 107 | 0 | 1 | 24 | 263 | 73 | 64 |
| Binary | 111100 | 11001101 | 11001011 | 1000111 | 0 | 1 | 10100 | 10110011 | 111011 | 110100 |
Color Harmonies of #3CCDCB
Complementary color
Monochromatic Colors of #3CCDCB
Black with #3CCDCB
Text Example
Text Example
White with #3CCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDCB; }
p { color: rgb(60,205,203); }
H1.HeaderClassName
{
color: #3CCDCB;
}
.AnyTagClassName
{
color: #3CCDCB;
}
</style>
background-color css
<style>
a { background-color: #3CCDCB; }
a { background-color: rgb(60,205,203); }
div.DivClassName
{
background-color: #3CCDCB;
}
.BgClassName
{
background-color: #3CCDCB;
}
</style>
border-color css
<style>
span { border-color: #3CCDCB; }
span { border-color: rgb(60,205,203); }
td.TdClassName
{
border-color: #3CCDCB;
}
.TagClassName
{
border-color: #3CCDCB;
}
</style>