Shades of Turquoise #3CFBF0
Tints of Turquoise #3CFBF0
RGB
CMYK
RGB Variations
Color information
#3CFBF0 (or 0x3CFBF0) is known color: Turquoise. HEX triplet: 3C, FB and F0. RGB value is (60,251,240). Sum of RGB (Red+Green+Blue) = 60+251+240=551 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.89% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFBF0 is #C3040F. Grayscale: #C0C0C0. Windows color (decimal): -12780560 or 15792956. OLE color: 15792956.
HSL color Cylindrical-coordinate representation of color #3CFBF0: hue angle of 176.54º 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 #3CFBF0 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 240 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.02 |
| HSL | 176.54º | 0.96% | 0.61% | - |
| HSV(B) | 176.54º | 0.76% | 0.98% | - |
| XYZ | 52.09 | 76.25 | 94.41 | - |
| YUV | 192.64 | 154.72 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 240 | 0.76 | 0 | 0.04 | 0.02 | 176.54 | 0.96 | 0.61 |
| Hex | 3C | FB | F0 | 4C | 0 | 4 | 2 | B1 | 60 | 3D |
| Octal | 74 | 373 | 360 | 114 | 0 | 4 | 2 | 261 | 140 | 75 |
| Binary | 111100 | 11111011 | 11110000 | 1001100 | 0 | 100 | 10 | 10110001 | 1100000 | 111101 |
Color Harmonies of #3CFBF0
Complementary color
Monochromatic Colors of #3CFBF0
Black with #3CFBF0
Text Example
Text Example
White with #3CFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBF0; }
p { color: rgb(60,251,240); }
H1.HeaderClassName
{
color: #3CFBF0;
}
.AnyTagClassName
{
color: #3CFBF0;
}
</style>
background-color css
<style>
a { background-color: #3CFBF0; }
a { background-color: rgb(60,251,240); }
div.DivClassName
{
background-color: #3CFBF0;
}
.BgClassName
{
background-color: #3CFBF0;
}
</style>
border-color css
<style>
span { border-color: #3CFBF0; }
span { border-color: rgb(60,251,240); }
td.TdClassName
{
border-color: #3CFBF0;
}
.TagClassName
{
border-color: #3CFBF0;
}
</style>