Shades of Turquoise #3BD6D0
Tints of Turquoise #3BD6D0
RGB
CMYK
RGB Variations
Color information
#3BD6D0 (or 0x3BD6D0) is known color: Turquoise. HEX triplet: 3B, D6 and D0. RGB value is (59,214,208). Sum of RGB (Red+Green+Blue) = 59+214+208=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6D0 is #C4292F. Grayscale: #A6A6A6. Windows color (decimal): -12855600 or 13686331. OLE color: 13686331.
HSL color Cylindrical-coordinate representation of color #3BD6D0: hue angle of 177.68º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD6D0 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 208 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.16 |
| HSL | 177.68º | 0.65% | 0.54% | - |
| HSV(B) | 177.68º | 0.72% | 0.84% | - |
| XYZ | 37.24 | 53.58 | 68.05 | - |
| YUV | 166.97 | 151.15 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 208 | 0.72 | 0 | 0.03 | 0.16 | 177.68 | 0.65 | 0.54 |
| Hex | 3B | D6 | D0 | 48 | 0 | 3 | 10 | B2 | 41 | 36 |
| Octal | 73 | 326 | 320 | 110 | 0 | 3 | 20 | 262 | 101 | 66 |
| Binary | 111011 | 11010110 | 11010000 | 1001000 | 0 | 11 | 10000 | 10110010 | 1000001 | 110110 |
Color Harmonies of #3BD6D0
Complementary color
Monochromatic Colors of #3BD6D0
Black with #3BD6D0
Text Example
Text Example
White with #3BD6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD6D0; }
p { color: rgb(59,214,208); }
H1.HeaderClassName
{
color: #3BD6D0;
}
.AnyTagClassName
{
color: #3BD6D0;
}
</style>
background-color css
<style>
a { background-color: #3BD6D0; }
a { background-color: rgb(59,214,208); }
div.DivClassName
{
background-color: #3BD6D0;
}
.BgClassName
{
background-color: #3BD6D0;
}
</style>
border-color css
<style>
span { border-color: #3BD6D0; }
span { border-color: rgb(59,214,208); }
td.TdClassName
{
border-color: #3BD6D0;
}
.TagClassName
{
border-color: #3BD6D0;
}
</style>