Shades of Turquoise #3CFBCE
Tints of Turquoise #3CFBCE
RGB
CMYK
RGB Variations
Color information
#3CFBCE (or 0x3CFBCE) is known color: Turquoise. HEX triplet: 3C, FB and CE. RGB value is (60,251,206). Sum of RGB (Red+Green+Blue) = 60+251+206=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBCE is #C30431. Grayscale: #BCBCBC. Windows color (decimal): -12780594 or 13564732. OLE color: 13564732.
HSL color Cylindrical-coordinate representation of color #3CFBCE: hue angle of 165.86º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFBCE is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 206 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.02 |
| HSL | 165.86º | 0.96% | 0.61% | - |
| HSV(B) | 165.86º | 0.76% | 0.98% | - |
| XYZ | 47.5 | 74.41 | 70.25 | - |
| YUV | 188.76 | 137.72 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 206 | 0.76 | 0 | 0.18 | 0.02 | 165.86 | 0.96 | 0.61 |
| Hex | 3C | FB | CE | 4C | 0 | 12 | 2 | A6 | 60 | 3D |
| Octal | 74 | 373 | 316 | 114 | 0 | 22 | 2 | 246 | 140 | 75 |
| Binary | 111100 | 11111011 | 11001110 | 1001100 | 0 | 10010 | 10 | 10100110 | 1100000 | 111101 |
Color Harmonies of #3CFBCE
Complementary color
Monochromatic Colors of #3CFBCE
Black with #3CFBCE
Text Example
Text Example
White with #3CFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBCE; }
p { color: rgb(60,251,206); }
H1.HeaderClassName
{
color: #3CFBCE;
}
.AnyTagClassName
{
color: #3CFBCE;
}
</style>
background-color css
<style>
a { background-color: #3CFBCE; }
a { background-color: rgb(60,251,206); }
div.DivClassName
{
background-color: #3CFBCE;
}
.BgClassName
{
background-color: #3CFBCE;
}
</style>
border-color css
<style>
span { border-color: #3CFBCE; }
span { border-color: rgb(60,251,206); }
td.TdClassName
{
border-color: #3CFBCE;
}
.TagClassName
{
border-color: #3CFBCE;
}
</style>