Shades of Turquoise #3CFFBF
Tints of Turquoise #3CFFBF
RGB
CMYK
RGB Variations
Color information
#3CFFBF (or 0x3CFFBF) is known color: Turquoise. HEX triplet: 3C, FF and BF. RGB value is (60,255,191). Sum of RGB (Red+Green+Blue) = 60+255+191=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFBF is #C30040. Grayscale: #BDBDBD. Windows color (decimal): -12779585 or 12582716. OLE color: 12582716.
HSL color Cylindrical-coordinate representation of color #3CFFBF: hue angle of 160.31º 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 #3CFFBF is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 191 | - |
| CMYK | 0.76 | 0 | 0.25 | 0 |
| HSL | 160.31º | 1% | 0.62% | - |
| HSV(B) | 160.31º | 0.76% | 1% | - |
| XYZ | 47.03 | 76.24 | 61.53 | - |
| YUV | 189.4 | 128.9 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 191 | 0.76 | 0 | 0.25 | 0 | 160.31 | 1 | 0.62 |
| Hex | 3C | FF | BF | 4C | 0 | 19 | 0 | A0 | 64 | 3E |
| Octal | 74 | 377 | 277 | 114 | 0 | 31 | 0 | 240 | 144 | 76 |
| Binary | 111100 | 11111111 | 10111111 | 1001100 | 0 | 11001 | 0 | 10100000 | 1100100 | 111110 |
Color Harmonies of #3CFFBF
Complementary color
Monochromatic Colors of #3CFFBF
Black with #3CFFBF
Text Example
Text Example
White with #3CFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFBF; }
p { color: rgb(60,255,191); }
H1.HeaderClassName
{
color: #3CFFBF;
}
.AnyTagClassName
{
color: #3CFFBF;
}
</style>
background-color css
<style>
a { background-color: #3CFFBF; }
a { background-color: rgb(60,255,191); }
div.DivClassName
{
background-color: #3CFFBF;
}
.BgClassName
{
background-color: #3CFFBF;
}
</style>
border-color css
<style>
span { border-color: #3CFFBF; }
span { border-color: rgb(60,255,191); }
td.TdClassName
{
border-color: #3CFFBF;
}
.TagClassName
{
border-color: #3CFFBF;
}
</style>