Shades of Turquoise #3DFFBC
Tints of Turquoise #3DFFBC
RGB
CMYK
RGB Variations
Color information
#3DFFBC (or 0x3DFFBC) is known color: Turquoise. HEX triplet: 3D, FF and BC. RGB value is (61,255,188). Sum of RGB (Red+Green+Blue) = 61+255+188=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFBC is #C20043. Grayscale: #BDBDBD. Windows color (decimal): -12714052 or 12386109. OLE color: 12386109.
HSL color Cylindrical-coordinate representation of color #3DFFBC: hue angle of 159.28º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFBC is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 188 | - |
| CMYK | 0.76 | 0 | 0.26 | 0 |
| HSL | 159.28º | 1% | 0.62% | - |
| HSV(B) | 159.28º | 0.76% | 1% | - |
| XYZ | 46.76 | 76.14 | 59.81 | - |
| YUV | 189.36 | 127.23 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 188 | 0.76 | 0 | 0.26 | 0 | 159.28 | 1 | 0.62 |
| Hex | 3D | FF | BC | 4C | 0 | 1A | 0 | 9F | 64 | 3E |
| Octal | 75 | 377 | 274 | 114 | 0 | 32 | 0 | 237 | 144 | 76 |
| Binary | 111101 | 11111111 | 10111100 | 1001100 | 0 | 11010 | 0 | 10011111 | 1100100 | 111110 |
Color Harmonies of #3DFFBC
Complementary color
Monochromatic Colors of #3DFFBC
Black with #3DFFBC
Text Example
Text Example
White with #3DFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFBC; }
p { color: rgb(61,255,188); }
H1.HeaderClassName
{
color: #3DFFBC;
}
.AnyTagClassName
{
color: #3DFFBC;
}
</style>
background-color css
<style>
a { background-color: #3DFFBC; }
a { background-color: rgb(61,255,188); }
div.DivClassName
{
background-color: #3DFFBC;
}
.BgClassName
{
background-color: #3DFFBC;
}
</style>
border-color css
<style>
span { border-color: #3DFFBC; }
span { border-color: rgb(61,255,188); }
td.TdClassName
{
border-color: #3DFFBC;
}
.TagClassName
{
border-color: #3DFFBC;
}
</style>