Shades of Turquoise #3CFBBC
Tints of Turquoise #3CFBBC
RGB
CMYK
RGB Variations
Color information
#3CFBBC (or 0x3CFBBC) is known color: Turquoise. HEX triplet: 3C, FB and BC. RGB value is (60,251,188). Sum of RGB (Red+Green+Blue) = 60+251+188=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBBC is #C30443. Grayscale: #BABABA. Windows color (decimal): -12780612 or 12385084. OLE color: 12385084.
HSL color Cylindrical-coordinate representation of color #3CFBBC: hue angle of 160.21º 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 #3CFBBC is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 188 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.02 |
| HSL | 160.21º | 0.96% | 0.61% | - |
| HSV(B) | 160.21º | 0.76% | 0.98% | - |
| XYZ | 45.44 | 73.59 | 59.39 | - |
| YUV | 186.71 | 128.72 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 188 | 0.76 | 0 | 0.25 | 0.02 | 160.21 | 0.96 | 0.61 |
| Hex | 3C | FB | BC | 4C | 0 | 19 | 2 | A0 | 60 | 3D |
| Octal | 74 | 373 | 274 | 114 | 0 | 31 | 2 | 240 | 140 | 75 |
| Binary | 111100 | 11111011 | 10111100 | 1001100 | 0 | 11001 | 10 | 10100000 | 1100000 | 111101 |
Color Harmonies of #3CFBBC
Complementary color
Monochromatic Colors of #3CFBBC
Black with #3CFBBC
Text Example
Text Example
White with #3CFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBBC; }
p { color: rgb(60,251,188); }
H1.HeaderClassName
{
color: #3CFBBC;
}
.AnyTagClassName
{
color: #3CFBBC;
}
</style>
background-color css
<style>
a { background-color: #3CFBBC; }
a { background-color: rgb(60,251,188); }
div.DivClassName
{
background-color: #3CFBBC;
}
.BgClassName
{
background-color: #3CFBBC;
}
</style>
border-color css
<style>
span { border-color: #3CFBBC; }
span { border-color: rgb(60,251,188); }
td.TdClassName
{
border-color: #3CFBBC;
}
.TagClassName
{
border-color: #3CFBBC;
}
</style>