Shades of Turquoise #3CDACD
Tints of Turquoise #3CDACD
RGB
CMYK
RGB Variations
Color information
#3CDACD (or 0x3CDACD) is known color: Turquoise. HEX triplet: 3C, DA and CD. RGB value is (60,218,205). Sum of RGB (Red+Green+Blue) = 60+218+205=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDACD is #C32532. Grayscale: #A9A9A9. Windows color (decimal): -12789043 or 13490748. OLE color: 13490748.
HSL color Cylindrical-coordinate representation of color #3CDACD: hue angle of 175.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDACD is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 205 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.15 |
| HSL | 175.06º | 0.68% | 0.55% | - |
| HSV(B) | 175.06º | 0.72% | 0.85% | - |
| XYZ | 37.95 | 55.51 | 66.47 | - |
| YUV | 169.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 205 | 0.72 | 0 | 0.06 | 0.15 | 175.06 | 0.68 | 0.55 |
| Hex | 3C | DA | CD | 48 | 0 | 6 | F | AF | 44 | 37 |
| Octal | 74 | 332 | 315 | 110 | 0 | 6 | 17 | 257 | 104 | 67 |
| Binary | 111100 | 11011010 | 11001101 | 1001000 | 0 | 110 | 1111 | 10101111 | 1000100 | 110111 |
Color Harmonies of #3CDACD
Complementary color
Monochromatic Colors of #3CDACD
Black with #3CDACD
Text Example
Text Example
White with #3CDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDACD; }
p { color: rgb(60,218,205); }
H1.HeaderClassName
{
color: #3CDACD;
}
.AnyTagClassName
{
color: #3CDACD;
}
</style>
background-color css
<style>
a { background-color: #3CDACD; }
a { background-color: rgb(60,218,205); }
div.DivClassName
{
background-color: #3CDACD;
}
.BgClassName
{
background-color: #3CDACD;
}
</style>
border-color css
<style>
span { border-color: #3CDACD; }
span { border-color: rgb(60,218,205); }
td.TdClassName
{
border-color: #3CDACD;
}
.TagClassName
{
border-color: #3CDACD;
}
</style>