Shades of Turquoise #3CFDEC
Tints of Turquoise #3CFDEC
RGB
CMYK
RGB Variations
Color information
#3CFDEC (or 0x3CFDEC) is known color: Turquoise. HEX triplet: 3C, FD and EC. RGB value is (60,253,236). Sum of RGB (Red+Green+Blue) = 60+253+236=549 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.93% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFDEC is #C30213. Grayscale: #C1C1C1. Windows color (decimal): -12780052 or 15531324. OLE color: 15531324.
HSL color Cylindrical-coordinate representation of color #3CFDEC: hue angle of 174.72º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFDEC is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 236 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.01 |
| HSL | 174.72º | 0.98% | 0.61% | - |
| HSV(B) | 174.72º | 0.76% | 0.99% | - |
| XYZ | 52.13 | 77.27 | 91.52 | - |
| YUV | 193.36 | 152.06 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 236 | 0.76 | 0 | 0.07 | 0.01 | 174.72 | 0.98 | 0.61 |
| Hex | 3C | FD | EC | 4C | 0 | 7 | 1 | AF | 62 | 3D |
| Octal | 74 | 375 | 354 | 114 | 0 | 7 | 1 | 257 | 142 | 75 |
| Binary | 111100 | 11111101 | 11101100 | 1001100 | 0 | 111 | 1 | 10101111 | 1100010 | 111101 |
Color Harmonies of #3CFDEC
Complementary color
Monochromatic Colors of #3CFDEC
Black with #3CFDEC
Text Example
Text Example
White with #3CFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDEC; }
p { color: rgb(60,253,236); }
H1.HeaderClassName
{
color: #3CFDEC;
}
.AnyTagClassName
{
color: #3CFDEC;
}
</style>
background-color css
<style>
a { background-color: #3CFDEC; }
a { background-color: rgb(60,253,236); }
div.DivClassName
{
background-color: #3CFDEC;
}
.BgClassName
{
background-color: #3CFDEC;
}
</style>
border-color css
<style>
span { border-color: #3CFDEC; }
span { border-color: rgb(60,253,236); }
td.TdClassName
{
border-color: #3CFDEC;
}
.TagClassName
{
border-color: #3CFDEC;
}
</style>