Shades of Turquoise #3CFAB4
Tints of Turquoise #3CFAB4
RGB
CMYK
RGB Variations
Color information
#3CFAB4 (or 0x3CFAB4) is known color: Turquoise. HEX triplet: 3C, FA and B4. RGB value is (60,250,180). Sum of RGB (Red+Green+Blue) = 60+250+180=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAB4 is #C3054B. Grayscale: #B9B9B9. Windows color (decimal): -12780876 or 11860540. OLE color: 11860540.
HSL color Cylindrical-coordinate representation of color #3CFAB4: hue angle of 157.89º 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 #3CFAB4 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 180 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.02 |
| HSL | 157.89º | 0.95% | 0.61% | - |
| HSV(B) | 157.89º | 0.76% | 0.98% | - |
| XYZ | 44.29 | 72.63 | 54.86 | - |
| YUV | 185.21 | 125.05 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 180 | 0.76 | 0 | 0.28 | 0.02 | 157.89 | 0.95 | 0.61 |
| Hex | 3C | FA | B4 | 4C | 0 | 1C | 2 | 9E | 5F | 3D |
| Octal | 74 | 372 | 264 | 114 | 0 | 34 | 2 | 236 | 137 | 75 |
| Binary | 111100 | 11111010 | 10110100 | 1001100 | 0 | 11100 | 10 | 10011110 | 1011111 | 111101 |
Color Harmonies of #3CFAB4
Complementary color
Monochromatic Colors of #3CFAB4
Black with #3CFAB4
Text Example
Text Example
White with #3CFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAB4; }
p { color: rgb(60,250,180); }
H1.HeaderClassName
{
color: #3CFAB4;
}
.AnyTagClassName
{
color: #3CFAB4;
}
</style>
background-color css
<style>
a { background-color: #3CFAB4; }
a { background-color: rgb(60,250,180); }
div.DivClassName
{
background-color: #3CFAB4;
}
.BgClassName
{
background-color: #3CFAB4;
}
</style>
border-color css
<style>
span { border-color: #3CFAB4; }
span { border-color: rgb(60,250,180); }
td.TdClassName
{
border-color: #3CFAB4;
}
.TagClassName
{
border-color: #3CFAB4;
}
</style>