Shades of Medium Turquoise #3CCDCD
Tints of Medium Turquoise #3CCDCD
RGB
CMYK
RGB Variations
Color information
#3CCDCD (or 0x3CCDCD) is known color: Medium Turquoise. HEX triplet: 3C, CD and CD. RGB value is (60,205,205). Sum of RGB (Red+Green+Blue) = 60+205+205=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #3CCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDCD is #C33232. Grayscale: #A1A1A1. Windows color (decimal): -12792371 or 13487420. OLE color: 13487420.
HSL color Cylindrical-coordinate representation of color #3CCDCD: hue angle of 180º 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 #3CCDCD is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 205 | - |
| CMYK | 0.71 | 0 | 0 | 0.20 |
| HSL | 180º | 0.59% | 0.52% | - |
| HSV(B) | 180º | 0.71% | 0.8% | - |
| XYZ | 34.71 | 49.03 | 65.39 | - |
| YUV | 161.65 | 152.46 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 205 | 0.71 | 0 | 0 | 0.20 | 180 | 0.59 | 0.52 |
| Hex | 3C | CD | CD | 47 | 0 | 0 | 14 | B4 | 3B | 34 |
| Octal | 74 | 315 | 315 | 107 | 0 | 0 | 24 | 264 | 73 | 64 |
| Binary | 111100 | 11001101 | 11001101 | 1000111 | 0 | 0 | 10100 | 10110100 | 111011 | 110100 |
Color Harmonies of #3CCDCD
Complementary color
Monochromatic Colors of #3CCDCD
Black with #3CCDCD
Text Example
Text Example
White with #3CCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDCD; }
p { color: rgb(60,205,205); }
H1.HeaderClassName
{
color: #3CCDCD;
}
.AnyTagClassName
{
color: #3CCDCD;
}
</style>
background-color css
<style>
a { background-color: #3CCDCD; }
a { background-color: rgb(60,205,205); }
div.DivClassName
{
background-color: #3CCDCD;
}
.BgClassName
{
background-color: #3CCDCD;
}
</style>
border-color css
<style>
span { border-color: #3CCDCD; }
span { border-color: rgb(60,205,205); }
td.TdClassName
{
border-color: #3CCDCD;
}
.TagClassName
{
border-color: #3CCDCD;
}
</style>