Shades of Turquoise #3CFCCF
Tints of Turquoise #3CFCCF
RGB
CMYK
RGB Variations
Color information
#3CFCCF (or 0x3CFCCF) is known color: Turquoise. HEX triplet: 3C, FC and CF. RGB value is (60,252,207). Sum of RGB (Red+Green+Blue) = 60+252+207=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCCF is #C30330. Grayscale: #BDBDBD. Windows color (decimal): -12780337 or 13630524. OLE color: 13630524.
HSL color Cylindrical-coordinate representation of color #3CFCCF: hue angle of 165.94º 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 #3CFCCF is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 207 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.01 |
| HSL | 165.94º | 0.97% | 0.61% | - |
| HSV(B) | 165.94º | 0.76% | 0.99% | - |
| XYZ | 47.94 | 75.09 | 71 | - |
| YUV | 189.46 | 137.89 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 207 | 0.76 | 0 | 0.18 | 0.01 | 165.94 | 0.97 | 0.61 |
| Hex | 3C | FC | CF | 4C | 0 | 12 | 1 | A6 | 61 | 3D |
| Octal | 74 | 374 | 317 | 114 | 0 | 22 | 1 | 246 | 141 | 75 |
| Binary | 111100 | 11111100 | 11001111 | 1001100 | 0 | 10010 | 1 | 10100110 | 1100001 | 111101 |
Color Harmonies of #3CFCCF
Complementary color
Monochromatic Colors of #3CFCCF
Black with #3CFCCF
Text Example
Text Example
White with #3CFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCCF; }
p { color: rgb(60,252,207); }
H1.HeaderClassName
{
color: #3CFCCF;
}
.AnyTagClassName
{
color: #3CFCCF;
}
</style>
background-color css
<style>
a { background-color: #3CFCCF; }
a { background-color: rgb(60,252,207); }
div.DivClassName
{
background-color: #3CFCCF;
}
.BgClassName
{
background-color: #3CFCCF;
}
</style>
border-color css
<style>
span { border-color: #3CFCCF; }
span { border-color: rgb(60,252,207); }
td.TdClassName
{
border-color: #3CFCCF;
}
.TagClassName
{
border-color: #3CFCCF;
}
</style>