Shades of Turquoise #3CDCC2
Tints of Turquoise #3CDCC2
RGB
CMYK
RGB Variations
Color information
#3CDCC2 (or 0x3CDCC2) is known color: Turquoise. HEX triplet: 3C, DC and C2. RGB value is (60,220,194). Sum of RGB (Red+Green+Blue) = 60+220+194=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCC2 is #C3233D. Grayscale: #A9A9A9. Windows color (decimal): -12788542 or 12770364. OLE color: 12770364.
HSL color Cylindrical-coordinate representation of color #3CDCC2: hue angle of 170.25º 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 #3CDCC2 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 194 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.14 |
| HSL | 170.25º | 0.7% | 0.55% | - |
| HSV(B) | 170.25º | 0.73% | 0.86% | - |
| XYZ | 37.19 | 56.04 | 59.9 | - |
| YUV | 169.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 194 | 0.73 | 0 | 0.12 | 0.14 | 170.25 | 0.7 | 0.55 |
| Hex | 3C | DC | C2 | 49 | 0 | C | E | AA | 46 | 37 |
| Octal | 74 | 334 | 302 | 111 | 0 | 14 | 16 | 252 | 106 | 67 |
| Binary | 111100 | 11011100 | 11000010 | 1001001 | 0 | 1100 | 1110 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3CDCC2
Complementary color
Monochromatic Colors of #3CDCC2
Black with #3CDCC2
Text Example
Text Example
White with #3CDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCC2; }
p { color: rgb(60,220,194); }
H1.HeaderClassName
{
color: #3CDCC2;
}
.AnyTagClassName
{
color: #3CDCC2;
}
</style>
background-color css
<style>
a { background-color: #3CDCC2; }
a { background-color: rgb(60,220,194); }
div.DivClassName
{
background-color: #3CDCC2;
}
.BgClassName
{
background-color: #3CDCC2;
}
</style>
border-color css
<style>
span { border-color: #3CDCC2; }
span { border-color: rgb(60,220,194); }
td.TdClassName
{
border-color: #3CDCC2;
}
.TagClassName
{
border-color: #3CDCC2;
}
</style>