Shades of Turquoise #3CFCC2
Tints of Turquoise #3CFCC2
RGB
CMYK
RGB Variations
Color information
#3CFCC2 (or 0x3CFCC2) is known color: Turquoise. HEX triplet: 3C, FC and C2. RGB value is (60,252,194). Sum of RGB (Red+Green+Blue) = 60+252+194=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCC2 is #C3033D. Grayscale: #BCBCBC. Windows color (decimal): -12780350 or 12778556. OLE color: 12778556.
HSL color Cylindrical-coordinate representation of color #3CFCC2: hue angle of 161.88º degrees, saturation: 0.97, 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 #3CFCC2 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 194 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.01 |
| HSL | 161.88º | 0.97% | 0.61% | - |
| HSV(B) | 161.88º | 0.76% | 0.99% | - |
| XYZ | 46.41 | 74.48 | 62.97 | - |
| YUV | 187.98 | 131.39 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 194 | 0.76 | 0 | 0.23 | 0.01 | 161.88 | 0.97 | 0.61 |
| Hex | 3C | FC | C2 | 4C | 0 | 17 | 1 | A2 | 61 | 3D |
| Octal | 74 | 374 | 302 | 114 | 0 | 27 | 1 | 242 | 141 | 75 |
| Binary | 111100 | 11111100 | 11000010 | 1001100 | 0 | 10111 | 1 | 10100010 | 1100001 | 111101 |
Color Harmonies of #3CFCC2
Complementary color
Monochromatic Colors of #3CFCC2
Black with #3CFCC2
Text Example
Text Example
White with #3CFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCC2; }
p { color: rgb(60,252,194); }
H1.HeaderClassName
{
color: #3CFCC2;
}
.AnyTagClassName
{
color: #3CFCC2;
}
</style>
background-color css
<style>
a { background-color: #3CFCC2; }
a { background-color: rgb(60,252,194); }
div.DivClassName
{
background-color: #3CFCC2;
}
.BgClassName
{
background-color: #3CFCC2;
}
</style>
border-color css
<style>
span { border-color: #3CFCC2; }
span { border-color: rgb(60,252,194); }
td.TdClassName
{
border-color: #3CFCC2;
}
.TagClassName
{
border-color: #3CFCC2;
}
</style>