Shades of Turquoise #3CEBDC
Tints of Turquoise #3CEBDC
RGB
CMYK
RGB Variations
Color information
#3CEBDC (or 0x3CEBDC) is known color: Turquoise. HEX triplet: 3C, EB and DC. RGB value is (60,235,220). Sum of RGB (Red+Green+Blue) = 60+235+220=515 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.65% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBDC is #C31423. Grayscale: #B4B4B4. Windows color (decimal): -12784676 or 14478140. OLE color: 14478140.
HSL color Cylindrical-coordinate representation of color #3CEBDC: hue angle of 174.86º 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 #3CEBDC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 220 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.08 |
| HSL | 174.86º | 0.81% | 0.58% | - |
| HSV(B) | 174.86º | 0.74% | 0.92% | - |
| XYZ | 44.49 | 65.54 | 78.02 | - |
| YUV | 180.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 220 | 0.74 | 0 | 0.06 | 0.08 | 174.86 | 0.81 | 0.58 |
| Hex | 3C | EB | DC | 4A | 0 | 6 | 8 | AF | 51 | 3A |
| Octal | 74 | 353 | 334 | 112 | 0 | 6 | 10 | 257 | 121 | 72 |
| Binary | 111100 | 11101011 | 11011100 | 1001010 | 0 | 110 | 1000 | 10101111 | 1010001 | 111010 |
Color Harmonies of #3CEBDC
Complementary color
Monochromatic Colors of #3CEBDC
Black with #3CEBDC
Text Example
Text Example
White with #3CEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEBDC; }
p { color: rgb(60,235,220); }
H1.HeaderClassName
{
color: #3CEBDC;
}
.AnyTagClassName
{
color: #3CEBDC;
}
</style>
background-color css
<style>
a { background-color: #3CEBDC; }
a { background-color: rgb(60,235,220); }
div.DivClassName
{
background-color: #3CEBDC;
}
.BgClassName
{
background-color: #3CEBDC;
}
</style>
border-color css
<style>
span { border-color: #3CEBDC; }
span { border-color: rgb(60,235,220); }
td.TdClassName
{
border-color: #3CEBDC;
}
.TagClassName
{
border-color: #3CEBDC;
}
</style>