Shades of Turquoise #3DFFB6
Tints of Turquoise #3DFFB6
RGB
CMYK
RGB Variations
Color information
#3DFFB6 (or 0x3DFFB6) is known color: Turquoise. HEX triplet: 3D, FF and B6. RGB value is (61,255,182). Sum of RGB (Red+Green+Blue) = 61+255+182=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFB6 is #C20049. Grayscale: #BCBCBC. Windows color (decimal): -12714058 or 11992893. OLE color: 11992893.
HSL color Cylindrical-coordinate representation of color #3DFFB6: hue angle of 157.42º 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 #3DFFB6 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 182 | - |
| CMYK | 0.76 | 0 | 0.29 | 0 |
| HSL | 157.42º | 1% | 0.62% | - |
| HSV(B) | 157.42º | 0.76% | 1% | - |
| XYZ | 46.13 | 75.89 | 56.47 | - |
| YUV | 188.67 | 124.23 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 182 | 0.76 | 0 | 0.29 | 0 | 157.42 | 1 | 0.62 |
| Hex | 3D | FF | B6 | 4C | 0 | 1D | 0 | 9D | 64 | 3E |
| Octal | 75 | 377 | 266 | 114 | 0 | 35 | 0 | 235 | 144 | 76 |
| Binary | 111101 | 11111111 | 10110110 | 1001100 | 0 | 11101 | 0 | 10011101 | 1100100 | 111110 |
Color Harmonies of #3DFFB6
Complementary color
Monochromatic Colors of #3DFFB6
Black with #3DFFB6
Text Example
Text Example
White with #3DFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFB6; }
p { color: rgb(61,255,182); }
H1.HeaderClassName
{
color: #3DFFB6;
}
.AnyTagClassName
{
color: #3DFFB6;
}
</style>
background-color css
<style>
a { background-color: #3DFFB6; }
a { background-color: rgb(61,255,182); }
div.DivClassName
{
background-color: #3DFFB6;
}
.BgClassName
{
background-color: #3DFFB6;
}
</style>
border-color css
<style>
span { border-color: #3DFFB6; }
span { border-color: rgb(61,255,182); }
td.TdClassName
{
border-color: #3DFFB6;
}
.TagClassName
{
border-color: #3DFFB6;
}
</style>