Shades of Turquoise #3CECCD
Tints of Turquoise #3CECCD
RGB
CMYK
RGB Variations
Color information
#3CECCD (or 0x3CECCD) is known color: Turquoise. HEX triplet: 3C, EC and CD. RGB value is (60,236,205). Sum of RGB (Red+Green+Blue) = 60+236+205=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECCD is #C31332. Grayscale: #B3B3B3. Windows color (decimal): -12784435 or 13495356. OLE color: 13495356.
HSL color Cylindrical-coordinate representation of color #3CECCD: hue angle of 169.43º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CECCD is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 205 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.07 |
| HSL | 169.43º | 0.82% | 0.58% | - |
| HSV(B) | 169.43º | 0.75% | 0.93% | - |
| XYZ | 42.88 | 65.36 | 68.11 | - |
| YUV | 179.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 205 | 0.75 | 0 | 0.13 | 0.07 | 169.43 | 0.82 | 0.58 |
| Hex | 3C | EC | CD | 4B | 0 | D | 7 | A9 | 52 | 3A |
| Octal | 74 | 354 | 315 | 113 | 0 | 15 | 7 | 251 | 122 | 72 |
| Binary | 111100 | 11101100 | 11001101 | 1001011 | 0 | 1101 | 111 | 10101001 | 1010010 | 111010 |
Color Harmonies of #3CECCD
Complementary color
Monochromatic Colors of #3CECCD
Black with #3CECCD
Text Example
Text Example
White with #3CECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECCD; }
p { color: rgb(60,236,205); }
H1.HeaderClassName
{
color: #3CECCD;
}
.AnyTagClassName
{
color: #3CECCD;
}
</style>
background-color css
<style>
a { background-color: #3CECCD; }
a { background-color: rgb(60,236,205); }
div.DivClassName
{
background-color: #3CECCD;
}
.BgClassName
{
background-color: #3CECCD;
}
</style>
border-color css
<style>
span { border-color: #3CECCD; }
span { border-color: rgb(60,236,205); }
td.TdClassName
{
border-color: #3CECCD;
}
.TagClassName
{
border-color: #3CECCD;
}
</style>