Shades of Turquoise #3DF0BB
Tints of Turquoise #3DF0BB
RGB
CMYK
RGB Variations
Color information
#3DF0BB (or 0x3DF0BB) is known color: Turquoise. HEX triplet: 3D, F0 and BB. RGB value is (61,240,187). Sum of RGB (Red+Green+Blue) = 61+240+187=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF0BB is #C20F44. Grayscale: #B4B4B4. Windows color (decimal): -12717893 or 12316733. OLE color: 12316733.
HSL color Cylindrical-coordinate representation of color #3DF0BB: hue angle of 162.23º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF0BB is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 187 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.06 |
| HSL | 162.23º | 0.86% | 0.59% | - |
| HSV(B) | 162.23º | 0.75% | 0.94% | - |
| XYZ | 42.05 | 66.9 | 57.71 | - |
| YUV | 180.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 187 | 0.75 | 0 | 0.22 | 0.06 | 162.23 | 0.86 | 0.59 |
| Hex | 3D | F0 | BB | 4B | 0 | 16 | 6 | A2 | 56 | 3B |
| Octal | 75 | 360 | 273 | 113 | 0 | 26 | 6 | 242 | 126 | 73 |
| Binary | 111101 | 11110000 | 10111011 | 1001011 | 0 | 10110 | 110 | 10100010 | 1010110 | 111011 |
Color Harmonies of #3DF0BB
Complementary color
Monochromatic Colors of #3DF0BB
Black with #3DF0BB
Text Example
Text Example
White with #3DF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF0BB; }
p { color: rgb(61,240,187); }
H1.HeaderClassName
{
color: #3DF0BB;
}
.AnyTagClassName
{
color: #3DF0BB;
}
</style>
background-color css
<style>
a { background-color: #3DF0BB; }
a { background-color: rgb(61,240,187); }
div.DivClassName
{
background-color: #3DF0BB;
}
.BgClassName
{
background-color: #3DF0BB;
}
</style>
border-color css
<style>
span { border-color: #3DF0BB; }
span { border-color: rgb(61,240,187); }
td.TdClassName
{
border-color: #3DF0BB;
}
.TagClassName
{
border-color: #3DF0BB;
}
</style>