Shades of Turquoise #3CFDBB
Tints of Turquoise #3CFDBB
RGB
CMYK
RGB Variations
Color information
#3CFDBB (or 0x3CFDBB) is known color: Turquoise. HEX triplet: 3C, FD and BB. RGB value is (60,253,187). Sum of RGB (Red+Green+Blue) = 60+253+187=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFDBB is #C30244. Grayscale: #BBBBBB. Windows color (decimal): -12780101 or 12320060. OLE color: 12320060.
HSL color Cylindrical-coordinate representation of color #3CFDBB: hue angle of 159.48º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFDBB is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 187 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.01 |
| HSL | 159.48º | 0.98% | 0.61% | - |
| HSV(B) | 159.48º | 0.76% | 0.99% | - |
| XYZ | 45.96 | 74.8 | 59.03 | - |
| YUV | 187.77 | 127.56 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 187 | 0.76 | 0 | 0.26 | 0.01 | 159.48 | 0.98 | 0.61 |
| Hex | 3C | FD | BB | 4C | 0 | 1A | 1 | 9F | 62 | 3D |
| Octal | 74 | 375 | 273 | 114 | 0 | 32 | 1 | 237 | 142 | 75 |
| Binary | 111100 | 11111101 | 10111011 | 1001100 | 0 | 11010 | 1 | 10011111 | 1100010 | 111101 |
Color Harmonies of #3CFDBB
Complementary color
Monochromatic Colors of #3CFDBB
Black with #3CFDBB
Text Example
Text Example
White with #3CFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDBB; }
p { color: rgb(60,253,187); }
H1.HeaderClassName
{
color: #3CFDBB;
}
.AnyTagClassName
{
color: #3CFDBB;
}
</style>
background-color css
<style>
a { background-color: #3CFDBB; }
a { background-color: rgb(60,253,187); }
div.DivClassName
{
background-color: #3CFDBB;
}
.BgClassName
{
background-color: #3CFDBB;
}
</style>
border-color css
<style>
span { border-color: #3CFDBB; }
span { border-color: rgb(60,253,187); }
td.TdClassName
{
border-color: #3CFDBB;
}
.TagClassName
{
border-color: #3CFDBB;
}
</style>