Shades of Turquoise #3DF6BB
Tints of Turquoise #3DF6BB
RGB
CMYK
RGB Variations
Color information
#3DF6BB (or 0x3DF6BB) is known color: Turquoise. HEX triplet: 3D, F6 and BB. RGB value is (61,246,187). Sum of RGB (Red+Green+Blue) = 61+246+187=494 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.35% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF6BB is #C20944. Grayscale: #B8B8B8. Windows color (decimal): -12716357 or 12318269. OLE color: 12318269.
HSL color Cylindrical-coordinate representation of color #3DF6BB: hue angle of 160.86º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF6BB is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 187 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.04 |
| HSL | 160.86º | 0.91% | 0.6% | - |
| HSV(B) | 160.86º | 0.75% | 0.96% | - |
| XYZ | 43.85 | 70.49 | 58.31 | - |
| YUV | 183.96 | 129.71 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 187 | 0.75 | 0 | 0.24 | 0.04 | 160.86 | 0.91 | 0.6 |
| Hex | 3D | F6 | BB | 4B | 0 | 18 | 4 | A1 | 5B | 3C |
| Octal | 75 | 366 | 273 | 113 | 0 | 30 | 4 | 241 | 133 | 74 |
| Binary | 111101 | 11110110 | 10111011 | 1001011 | 0 | 11000 | 100 | 10100001 | 1011011 | 111100 |
Color Harmonies of #3DF6BB
Complementary color
Monochromatic Colors of #3DF6BB
Black with #3DF6BB
Text Example
Text Example
White with #3DF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF6BB; }
p { color: rgb(61,246,187); }
H1.HeaderClassName
{
color: #3DF6BB;
}
.AnyTagClassName
{
color: #3DF6BB;
}
</style>
background-color css
<style>
a { background-color: #3DF6BB; }
a { background-color: rgb(61,246,187); }
div.DivClassName
{
background-color: #3DF6BB;
}
.BgClassName
{
background-color: #3DF6BB;
}
</style>
border-color css
<style>
span { border-color: #3DF6BB; }
span { border-color: rgb(61,246,187); }
td.TdClassName
{
border-color: #3DF6BB;
}
.TagClassName
{
border-color: #3DF6BB;
}
</style>