Shades of Turquoise #3CFBF1
Tints of Turquoise #3CFBF1
RGB
CMYK
RGB Variations
Color information
#3CFBF1 (or 0x3CFBF1) is known color: Turquoise. HEX triplet: 3C, FB and F1. RGB value is (60,251,241). Sum of RGB (Red+Green+Blue) = 60+251+241=552 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.87% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFBF1 is #C3040E. Grayscale: #C0C0C0. Windows color (decimal): -12780559 or 15858492. OLE color: 15858492.
HSL color Cylindrical-coordinate representation of color #3CFBF1: hue angle of 176.86º degrees, saturation: 0.96, 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 #3CFBF1 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 241 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.02 |
| HSL | 176.86º | 0.96% | 0.61% | - |
| HSV(B) | 176.86º | 0.76% | 0.98% | - |
| XYZ | 52.24 | 76.31 | 95.19 | - |
| YUV | 192.75 | 155.22 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 241 | 0.76 | 0 | 0.04 | 0.02 | 176.86 | 0.96 | 0.61 |
| Hex | 3C | FB | F1 | 4C | 0 | 4 | 2 | B1 | 60 | 3D |
| Octal | 74 | 373 | 361 | 114 | 0 | 4 | 2 | 261 | 140 | 75 |
| Binary | 111100 | 11111011 | 11110001 | 1001100 | 0 | 100 | 10 | 10110001 | 1100000 | 111101 |
Color Harmonies of #3CFBF1
Complementary color
Monochromatic Colors of #3CFBF1
Black with #3CFBF1
Text Example
Text Example
White with #3CFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBF1; }
p { color: rgb(60,251,241); }
H1.HeaderClassName
{
color: #3CFBF1;
}
.AnyTagClassName
{
color: #3CFBF1;
}
</style>
background-color css
<style>
a { background-color: #3CFBF1; }
a { background-color: rgb(60,251,241); }
div.DivClassName
{
background-color: #3CFBF1;
}
.BgClassName
{
background-color: #3CFBF1;
}
</style>
border-color css
<style>
span { border-color: #3CFBF1; }
span { border-color: rgb(60,251,241); }
td.TdClassName
{
border-color: #3CFBF1;
}
.TagClassName
{
border-color: #3CFBF1;
}
</style>