Shades of Turquoise #3BDAB8
Tints of Turquoise #3BDAB8
RGB
CMYK
RGB Variations
Color information
#3BDAB8 (or 0x3BDAB8) is known color: Turquoise. HEX triplet: 3B, DA and B8. RGB value is (59,218,184). Sum of RGB (Red+Green+Blue) = 59+218+184=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDAB8 is #C42547. Grayscale: #A6A6A6. Windows color (decimal): -12854600 or 12114491. OLE color: 12114491.
HSL color Cylindrical-coordinate representation of color #3BDAB8: hue angle of 167.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDAB8 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 184 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.15 |
| HSL | 167.17º | 0.68% | 0.54% | - |
| HSV(B) | 167.17º | 0.73% | 0.85% | - |
| XYZ | 35.53 | 54.53 | 54 | - |
| YUV | 166.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 184 | 0.73 | 0 | 0.16 | 0.15 | 167.17 | 0.68 | 0.54 |
| Hex | 3B | DA | B8 | 49 | 0 | 10 | F | A7 | 44 | 36 |
| Octal | 73 | 332 | 270 | 111 | 0 | 20 | 17 | 247 | 104 | 66 |
| Binary | 111011 | 11011010 | 10111000 | 1001001 | 0 | 10000 | 1111 | 10100111 | 1000100 | 110110 |
Color Harmonies of #3BDAB8
Complementary color
Monochromatic Colors of #3BDAB8
Black with #3BDAB8
Text Example
Text Example
White with #3BDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAB8; }
p { color: rgb(59,218,184); }
H1.HeaderClassName
{
color: #3BDAB8;
}
.AnyTagClassName
{
color: #3BDAB8;
}
</style>
background-color css
<style>
a { background-color: #3BDAB8; }
a { background-color: rgb(59,218,184); }
div.DivClassName
{
background-color: #3BDAB8;
}
.BgClassName
{
background-color: #3BDAB8;
}
</style>
border-color css
<style>
span { border-color: #3BDAB8; }
span { border-color: rgb(59,218,184); }
td.TdClassName
{
border-color: #3BDAB8;
}
.TagClassName
{
border-color: #3BDAB8;
}
</style>