Shades of Turquoise #3CFBC5
Tints of Turquoise #3CFBC5
RGB
CMYK
RGB Variations
Color information
#3CFBC5 (or 0x3CFBC5) is known color: Turquoise. HEX triplet: 3C, FB and C5. RGB value is (60,251,197). Sum of RGB (Red+Green+Blue) = 60+251+197=508 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.81% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBC5 is #C3043A. Grayscale: #BBBBBB. Windows color (decimal): -12780603 or 12974908. OLE color: 12974908.
HSL color Cylindrical-coordinate representation of color #3CFBC5: hue angle of 163.04º 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 #3CFBC5 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 197 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.02 |
| HSL | 163.04º | 0.96% | 0.61% | - |
| HSV(B) | 163.04º | 0.76% | 0.98% | - |
| XYZ | 46.44 | 73.99 | 64.66 | - |
| YUV | 187.74 | 133.22 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 197 | 0.76 | 0 | 0.22 | 0.02 | 163.04 | 0.96 | 0.61 |
| Hex | 3C | FB | C5 | 4C | 0 | 16 | 2 | A3 | 60 | 3D |
| Octal | 74 | 373 | 305 | 114 | 0 | 26 | 2 | 243 | 140 | 75 |
| Binary | 111100 | 11111011 | 11000101 | 1001100 | 0 | 10110 | 10 | 10100011 | 1100000 | 111101 |
Color Harmonies of #3CFBC5
Complementary color
Monochromatic Colors of #3CFBC5
Black with #3CFBC5
Text Example
Text Example
White with #3CFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBC5; }
p { color: rgb(60,251,197); }
H1.HeaderClassName
{
color: #3CFBC5;
}
.AnyTagClassName
{
color: #3CFBC5;
}
</style>
background-color css
<style>
a { background-color: #3CFBC5; }
a { background-color: rgb(60,251,197); }
div.DivClassName
{
background-color: #3CFBC5;
}
.BgClassName
{
background-color: #3CFBC5;
}
</style>
border-color css
<style>
span { border-color: #3CFBC5; }
span { border-color: rgb(60,251,197); }
td.TdClassName
{
border-color: #3CFBC5;
}
.TagClassName
{
border-color: #3CFBC5;
}
</style>