Shades of Turquoise #3CF8B1
Tints of Turquoise #3CF8B1
RGB
CMYK
RGB Variations
Color information
#3CF8B1 (or 0x3CF8B1) is known color: Turquoise. HEX triplet: 3C, F8 and B1. RGB value is (60,248,177). Sum of RGB (Red+Green+Blue) = 60+248+177=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF8B1 is #C3074E. Grayscale: #B7B7B7. Windows color (decimal): -12781391 or 11663420. OLE color: 11663420.
HSL color Cylindrical-coordinate representation of color #3CF8B1: hue angle of 157.34º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF8B1 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 177 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.03 |
| HSL | 157.34º | 0.93% | 0.6% | - |
| HSV(B) | 157.34º | 0.76% | 0.97% | - |
| XYZ | 43.37 | 71.27 | 53.07 | - |
| YUV | 183.69 | 124.22 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 177 | 0.76 | 0 | 0.29 | 0.03 | 157.34 | 0.93 | 0.6 |
| Hex | 3C | F8 | B1 | 4C | 0 | 1D | 3 | 9D | 5D | 3C |
| Octal | 74 | 370 | 261 | 114 | 0 | 35 | 3 | 235 | 135 | 74 |
| Binary | 111100 | 11111000 | 10110001 | 1001100 | 0 | 11101 | 11 | 10011101 | 1011101 | 111100 |
Color Harmonies of #3CF8B1
Complementary color
Monochromatic Colors of #3CF8B1
Black with #3CF8B1
Text Example
Text Example
White with #3CF8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8B1; }
p { color: rgb(60,248,177); }
H1.HeaderClassName
{
color: #3CF8B1;
}
.AnyTagClassName
{
color: #3CF8B1;
}
</style>
background-color css
<style>
a { background-color: #3CF8B1; }
a { background-color: rgb(60,248,177); }
div.DivClassName
{
background-color: #3CF8B1;
}
.BgClassName
{
background-color: #3CF8B1;
}
</style>
border-color css
<style>
span { border-color: #3CF8B1; }
span { border-color: rgb(60,248,177); }
td.TdClassName
{
border-color: #3CF8B1;
}
.TagClassName
{
border-color: #3CF8B1;
}
</style>