Shades of Turquoise #3CDCC0
Tints of Turquoise #3CDCC0
RGB
CMYK
RGB Variations
Color information
#3CDCC0 (or 0x3CDCC0) is known color: Turquoise. HEX triplet: 3C, DC and C0. RGB value is (60,220,192). Sum of RGB (Red+Green+Blue) = 60+220+192=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCC0 is #C3233F. Grayscale: #A8A8A8. Windows color (decimal): -12788544 or 12639292. OLE color: 12639292.
HSL color Cylindrical-coordinate representation of color #3CDCC0: hue angle of 169.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCC0 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 192 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.14 |
| HSL | 169.5º | 0.7% | 0.55% | - |
| HSV(B) | 169.5º | 0.73% | 0.86% | - |
| XYZ | 36.97 | 55.95 | 58.72 | - |
| YUV | 168.97 | 140.99 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 192 | 0.73 | 0 | 0.13 | 0.14 | 169.5 | 0.7 | 0.55 |
| Hex | 3C | DC | C0 | 49 | 0 | D | E | AA | 46 | 37 |
| Octal | 74 | 334 | 300 | 111 | 0 | 15 | 16 | 252 | 106 | 67 |
| Binary | 111100 | 11011100 | 11000000 | 1001001 | 0 | 1101 | 1110 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3CDCC0
Complementary color
Monochromatic Colors of #3CDCC0
Black with #3CDCC0
Text Example
Text Example
White with #3CDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCC0; }
p { color: rgb(60,220,192); }
H1.HeaderClassName
{
color: #3CDCC0;
}
.AnyTagClassName
{
color: #3CDCC0;
}
</style>
background-color css
<style>
a { background-color: #3CDCC0; }
a { background-color: rgb(60,220,192); }
div.DivClassName
{
background-color: #3CDCC0;
}
.BgClassName
{
background-color: #3CDCC0;
}
</style>
border-color css
<style>
span { border-color: #3CDCC0; }
span { border-color: rgb(60,220,192); }
td.TdClassName
{
border-color: #3CDCC0;
}
.TagClassName
{
border-color: #3CDCC0;
}
</style>