Shades of Turquoise #3CDCCD
Tints of Turquoise #3CDCCD
RGB
CMYK
RGB Variations
Color information
#3CDCCD (or 0x3CDCCD) is known color: Turquoise. HEX triplet: 3C, DC and CD. RGB value is (60,220,205). Sum of RGB (Red+Green+Blue) = 60+220+205=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCCD is #C32332. Grayscale: #AAAAAA. Windows color (decimal): -12788531 or 13491260. OLE color: 13491260.
HSL color Cylindrical-coordinate representation of color #3CDCCD: hue angle of 174.38º 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 #3CDCCD is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 205 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.14 |
| HSL | 174.38º | 0.7% | 0.55% | - |
| HSV(B) | 174.38º | 0.73% | 0.86% | - |
| XYZ | 38.48 | 56.55 | 66.65 | - |
| YUV | 170.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 205 | 0.73 | 0 | 0.07 | 0.14 | 174.38 | 0.7 | 0.55 |
| Hex | 3C | DC | CD | 49 | 0 | 7 | E | AE | 46 | 37 |
| Octal | 74 | 334 | 315 | 111 | 0 | 7 | 16 | 256 | 106 | 67 |
| Binary | 111100 | 11011100 | 11001101 | 1001001 | 0 | 111 | 1110 | 10101110 | 1000110 | 110111 |
Color Harmonies of #3CDCCD
Complementary color
Monochromatic Colors of #3CDCCD
Black with #3CDCCD
Text Example
Text Example
White with #3CDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCCD; }
p { color: rgb(60,220,205); }
H1.HeaderClassName
{
color: #3CDCCD;
}
.AnyTagClassName
{
color: #3CDCCD;
}
</style>
background-color css
<style>
a { background-color: #3CDCCD; }
a { background-color: rgb(60,220,205); }
div.DivClassName
{
background-color: #3CDCCD;
}
.BgClassName
{
background-color: #3CDCCD;
}
</style>
border-color css
<style>
span { border-color: #3CDCCD; }
span { border-color: rgb(60,220,205); }
td.TdClassName
{
border-color: #3CDCCD;
}
.TagClassName
{
border-color: #3CDCCD;
}
</style>