Shades of Turquoise #3CEACD
Tints of Turquoise #3CEACD
RGB
CMYK
RGB Variations
Color information
#3CEACD (or 0x3CEACD) is known color: Turquoise. HEX triplet: 3C, EA and CD. RGB value is (60,234,205). Sum of RGB (Red+Green+Blue) = 60+234+205=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEACD is #C31532. Grayscale: #B2B2B2. Windows color (decimal): -12784947 or 13494844. OLE color: 13494844.
HSL color Cylindrical-coordinate representation of color #3CEACD: hue angle of 170º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEACD is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 205 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.08 |
| HSL | 170º | 0.81% | 0.58% | - |
| HSV(B) | 170º | 0.74% | 0.92% | - |
| XYZ | 42.31 | 64.21 | 67.92 | - |
| YUV | 178.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 205 | 0.74 | 0 | 0.12 | 0.08 | 170 | 0.81 | 0.58 |
| Hex | 3C | EA | CD | 4A | 0 | C | 8 | AA | 51 | 3A |
| Octal | 74 | 352 | 315 | 112 | 0 | 14 | 10 | 252 | 121 | 72 |
| Binary | 111100 | 11101010 | 11001101 | 1001010 | 0 | 1100 | 1000 | 10101010 | 1010001 | 111010 |
Color Harmonies of #3CEACD
Complementary color
Monochromatic Colors of #3CEACD
Black with #3CEACD
Text Example
Text Example
White with #3CEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEACD; }
p { color: rgb(60,234,205); }
H1.HeaderClassName
{
color: #3CEACD;
}
.AnyTagClassName
{
color: #3CEACD;
}
</style>
background-color css
<style>
a { background-color: #3CEACD; }
a { background-color: rgb(60,234,205); }
div.DivClassName
{
background-color: #3CEACD;
}
.BgClassName
{
background-color: #3CEACD;
}
</style>
border-color css
<style>
span { border-color: #3CEACD; }
span { border-color: rgb(60,234,205); }
td.TdClassName
{
border-color: #3CEACD;
}
.TagClassName
{
border-color: #3CEACD;
}
</style>