Shades of Turquoise #3CFAB0
Tints of Turquoise #3CFAB0
RGB
CMYK
RGB Variations
Color information
#3CFAB0 (or 0x3CFAB0) is known color: Turquoise. HEX triplet: 3C, FA and B0. RGB value is (60,250,176). Sum of RGB (Red+Green+Blue) = 60+250+176=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFAB0 is #C3054F. Grayscale: #B8B8B8. Windows color (decimal): -12780880 or 11598396. OLE color: 11598396.
HSL color Cylindrical-coordinate representation of color #3CFAB0: hue angle of 156.63º degrees, saturation: 0.95, 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 #3CFAB0 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 176 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.02 |
| HSL | 156.63º | 0.95% | 0.61% | - |
| HSV(B) | 156.63º | 0.76% | 0.98% | - |
| XYZ | 43.89 | 72.47 | 52.75 | - |
| YUV | 184.75 | 123.05 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 176 | 0.76 | 0 | 0.30 | 0.02 | 156.63 | 0.95 | 0.61 |
| Hex | 3C | FA | B0 | 4C | 0 | 1E | 2 | 9D | 5F | 3D |
| Octal | 74 | 372 | 260 | 114 | 0 | 36 | 2 | 235 | 137 | 75 |
| Binary | 111100 | 11111010 | 10110000 | 1001100 | 0 | 11110 | 10 | 10011101 | 1011111 | 111101 |
Color Harmonies of #3CFAB0
Complementary color
Monochromatic Colors of #3CFAB0
Black with #3CFAB0
Text Example
Text Example
White with #3CFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAB0; }
p { color: rgb(60,250,176); }
H1.HeaderClassName
{
color: #3CFAB0;
}
.AnyTagClassName
{
color: #3CFAB0;
}
</style>
background-color css
<style>
a { background-color: #3CFAB0; }
a { background-color: rgb(60,250,176); }
div.DivClassName
{
background-color: #3CFAB0;
}
.BgClassName
{
background-color: #3CFAB0;
}
</style>
border-color css
<style>
span { border-color: #3CFAB0; }
span { border-color: rgb(60,250,176); }
td.TdClassName
{
border-color: #3CFAB0;
}
.TagClassName
{
border-color: #3CFAB0;
}
</style>