Shades of Turquoise #3BDAB4
Tints of Turquoise #3BDAB4
RGB
CMYK
RGB Variations
Color information
#3BDAB4 (or 0x3BDAB4) is known color: Turquoise. HEX triplet: 3B, DA and B4. RGB value is (59,218,180). Sum of RGB (Red+Green+Blue) = 59+218+180=457 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.91% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDAB4 is #C4254B. Grayscale: #A6A6A6. Windows color (decimal): -12854604 or 11852347. OLE color: 11852347.
HSL color Cylindrical-coordinate representation of color #3BDAB4: hue angle of 165.66º 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 #3BDAB4 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 180 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.15 |
| HSL | 165.66º | 0.68% | 0.54% | - |
| HSV(B) | 165.66º | 0.73% | 0.85% | - |
| XYZ | 35.11 | 54.37 | 51.82 | - |
| YUV | 166.13 | 135.82 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 180 | 0.73 | 0 | 0.17 | 0.15 | 165.66 | 0.68 | 0.54 |
| Hex | 3B | DA | B4 | 49 | 0 | 11 | F | A6 | 44 | 36 |
| Octal | 73 | 332 | 264 | 111 | 0 | 21 | 17 | 246 | 104 | 66 |
| Binary | 111011 | 11011010 | 10110100 | 1001001 | 0 | 10001 | 1111 | 10100110 | 1000100 | 110110 |
Color Harmonies of #3BDAB4
Complementary color
Monochromatic Colors of #3BDAB4
Black with #3BDAB4
Text Example
Text Example
White with #3BDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAB4; }
p { color: rgb(59,218,180); }
H1.HeaderClassName
{
color: #3BDAB4;
}
.AnyTagClassName
{
color: #3BDAB4;
}
</style>
background-color css
<style>
a { background-color: #3BDAB4; }
a { background-color: rgb(59,218,180); }
div.DivClassName
{
background-color: #3BDAB4;
}
.BgClassName
{
background-color: #3BDAB4;
}
</style>
border-color css
<style>
span { border-color: #3BDAB4; }
span { border-color: rgb(59,218,180); }
td.TdClassName
{
border-color: #3BDAB4;
}
.TagClassName
{
border-color: #3BDAB4;
}
</style>