Shades of Turquoise #3CFCC6
Tints of Turquoise #3CFCC6
RGB
CMYK
RGB Variations
Color information
#3CFCC6 (or 0x3CFCC6) is known color: Turquoise. HEX triplet: 3C, FC and C6. RGB value is (60,252,198). Sum of RGB (Red+Green+Blue) = 60+252+198=510 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.76% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCC6 is #C30339. Grayscale: #BCBCBC. Windows color (decimal): -12780346 or 13040700. OLE color: 13040700.
HSL color Cylindrical-coordinate representation of color #3CFCC6: hue angle of 163.12º 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 #3CFCC6 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 198 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.01 |
| HSL | 163.13º | 0.97% | 0.61% | - |
| HSV(B) | 163.13º | 0.76% | 0.99% | - |
| XYZ | 46.87 | 74.66 | 65.37 | - |
| YUV | 188.44 | 133.39 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 198 | 0.76 | 0 | 0.21 | 0.01 | 163.13 | 0.97 | 0.61 |
| Hex | 3C | FC | C6 | 4C | 0 | 15 | 1 | A3 | 61 | 3D |
| Octal | 74 | 374 | 306 | 114 | 0 | 25 | 1 | 243 | 141 | 75 |
| Binary | 111100 | 11111100 | 11000110 | 1001100 | 0 | 10101 | 1 | 10100011 | 1100001 | 111101 |
Color Harmonies of #3CFCC6
Complementary color
Monochromatic Colors of #3CFCC6
Black with #3CFCC6
Text Example
Text Example
White with #3CFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCC6; }
p { color: rgb(60,252,198); }
H1.HeaderClassName
{
color: #3CFCC6;
}
.AnyTagClassName
{
color: #3CFCC6;
}
</style>
background-color css
<style>
a { background-color: #3CFCC6; }
a { background-color: rgb(60,252,198); }
div.DivClassName
{
background-color: #3CFCC6;
}
.BgClassName
{
background-color: #3CFCC6;
}
</style>
border-color css
<style>
span { border-color: #3CFCC6; }
span { border-color: rgb(60,252,198); }
td.TdClassName
{
border-color: #3CFCC6;
}
.TagClassName
{
border-color: #3CFCC6;
}
</style>