Shades of Turquoise #3CFCB2
Tints of Turquoise #3CFCB2
RGB
CMYK
RGB Variations
Color information
#3CFCB2 (or 0x3CFCB2) is known color: Turquoise. HEX triplet: 3C, FC and B2. RGB value is (60,252,178). Sum of RGB (Red+Green+Blue) = 60+252+178=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFCB2 is #C3034D. Grayscale: #BABABA. Windows color (decimal): -12780366 or 11729980. OLE color: 11729980.
HSL color Cylindrical-coordinate representation of color #3CFCB2: hue angle of 156.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 #3CFCB2 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 178 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.01 |
| HSL | 156.88º | 0.97% | 0.61% | - |
| HSV(B) | 156.88º | 0.76% | 0.99% | - |
| XYZ | 44.71 | 73.8 | 54.01 | - |
| YUV | 186.16 | 123.39 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 178 | 0.76 | 0 | 0.29 | 0.01 | 156.88 | 0.97 | 0.61 |
| Hex | 3C | FC | B2 | 4C | 0 | 1D | 1 | 9D | 61 | 3D |
| Octal | 74 | 374 | 262 | 114 | 0 | 35 | 1 | 235 | 141 | 75 |
| Binary | 111100 | 11111100 | 10110010 | 1001100 | 0 | 11101 | 1 | 10011101 | 1100001 | 111101 |
Color Harmonies of #3CFCB2
Complementary color
Monochromatic Colors of #3CFCB2
Black with #3CFCB2
Text Example
Text Example
White with #3CFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCB2; }
p { color: rgb(60,252,178); }
H1.HeaderClassName
{
color: #3CFCB2;
}
.AnyTagClassName
{
color: #3CFCB2;
}
</style>
background-color css
<style>
a { background-color: #3CFCB2; }
a { background-color: rgb(60,252,178); }
div.DivClassName
{
background-color: #3CFCB2;
}
.BgClassName
{
background-color: #3CFCB2;
}
</style>
border-color css
<style>
span { border-color: #3CFCB2; }
span { border-color: rgb(60,252,178); }
td.TdClassName
{
border-color: #3CFCB2;
}
.TagClassName
{
border-color: #3CFCB2;
}
</style>