Shades of Turquoise #3CFCCE
Tints of Turquoise #3CFCCE
RGB
CMYK
RGB Variations
Color information
#3CFCCE (or 0x3CFCCE) is known color: Turquoise. HEX triplet: 3C, FC and CE. RGB value is (60,252,206). Sum of RGB (Red+Green+Blue) = 60+252+206=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCCE is #C30331. Grayscale: #BDBDBD. Windows color (decimal): -12780338 or 13564988. OLE color: 13564988.
HSL color Cylindrical-coordinate representation of color #3CFCCE: hue angle of 165.62º 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 #3CFCCE is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 206 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.01 |
| HSL | 165.63º | 0.97% | 0.61% | - |
| HSV(B) | 165.63º | 0.76% | 0.99% | - |
| XYZ | 47.81 | 75.04 | 70.36 | - |
| YUV | 189.35 | 137.39 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 206 | 0.76 | 0 | 0.18 | 0.01 | 165.63 | 0.97 | 0.61 |
| Hex | 3C | FC | CE | 4C | 0 | 12 | 1 | A6 | 61 | 3D |
| Octal | 74 | 374 | 316 | 114 | 0 | 22 | 1 | 246 | 141 | 75 |
| Binary | 111100 | 11111100 | 11001110 | 1001100 | 0 | 10010 | 1 | 10100110 | 1100001 | 111101 |
Color Harmonies of #3CFCCE
Complementary color
Monochromatic Colors of #3CFCCE
Black with #3CFCCE
Text Example
Text Example
White with #3CFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCCE; }
p { color: rgb(60,252,206); }
H1.HeaderClassName
{
color: #3CFCCE;
}
.AnyTagClassName
{
color: #3CFCCE;
}
</style>
background-color css
<style>
a { background-color: #3CFCCE; }
a { background-color: rgb(60,252,206); }
div.DivClassName
{
background-color: #3CFCCE;
}
.BgClassName
{
background-color: #3CFCCE;
}
</style>
border-color css
<style>
span { border-color: #3CFCCE; }
span { border-color: rgb(60,252,206); }
td.TdClassName
{
border-color: #3CFCCE;
}
.TagClassName
{
border-color: #3CFCCE;
}
</style>