Shades of Turquoise #3CFFBA
Tints of Turquoise #3CFFBA
RGB
CMYK
RGB Variations
Color information
#3CFFBA (or 0x3CFFBA) is known color: Turquoise. HEX triplet: 3C, FF and BA. RGB value is (60,255,186). Sum of RGB (Red+Green+Blue) = 60+255+186=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFBA is #C30045. Grayscale: #BCBCBC. Windows color (decimal): -12779590 or 12255036. OLE color: 12255036.
HSL color Cylindrical-coordinate representation of color #3CFFBA: hue angle of 158.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFBA is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 186 | - |
| CMYK | 0.76 | 0 | 0.27 | 0 |
| HSL | 158.77º | 1% | 0.62% | - |
| HSV(B) | 158.77º | 0.76% | 1% | - |
| XYZ | 46.49 | 76.03 | 58.68 | - |
| YUV | 188.83 | 126.4 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 186 | 0.76 | 0 | 0.27 | 0 | 158.77 | 1 | 0.62 |
| Hex | 3C | FF | BA | 4C | 0 | 1B | 0 | 9F | 64 | 3E |
| Octal | 74 | 377 | 272 | 114 | 0 | 33 | 0 | 237 | 144 | 76 |
| Binary | 111100 | 11111111 | 10111010 | 1001100 | 0 | 11011 | 0 | 10011111 | 1100100 | 111110 |
Color Harmonies of #3CFFBA
Complementary color
Monochromatic Colors of #3CFFBA
Black with #3CFFBA
Text Example
Text Example
White with #3CFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFBA; }
p { color: rgb(60,255,186); }
H1.HeaderClassName
{
color: #3CFFBA;
}
.AnyTagClassName
{
color: #3CFFBA;
}
</style>
background-color css
<style>
a { background-color: #3CFFBA; }
a { background-color: rgb(60,255,186); }
div.DivClassName
{
background-color: #3CFFBA;
}
.BgClassName
{
background-color: #3CFFBA;
}
</style>
border-color css
<style>
span { border-color: #3CFFBA; }
span { border-color: rgb(60,255,186); }
td.TdClassName
{
border-color: #3CFFBA;
}
.TagClassName
{
border-color: #3CFFBA;
}
</style>