Shades of Turquoise #3BDAC1
Tints of Turquoise #3BDAC1
RGB
CMYK
RGB Variations
Color information
#3BDAC1 (or 0x3BDAC1) is known color: Turquoise. HEX triplet: 3B, DA and C1. RGB value is (59,218,193). Sum of RGB (Red+Green+Blue) = 59+218+193=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDAC1 is #C4253E. Grayscale: #A7A7A7. Windows color (decimal): -12854591 or 12704315. OLE color: 12704315.
HSL color Cylindrical-coordinate representation of color #3BDAC1: hue angle of 170.57º 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 #3BDAC1 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 193 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.15 |
| HSL | 170.57º | 0.68% | 0.54% | - |
| HSV(B) | 170.57º | 0.73% | 0.85% | - |
| XYZ | 36.5 | 54.92 | 59.13 | - |
| YUV | 167.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 193 | 0.73 | 0 | 0.11 | 0.15 | 170.57 | 0.68 | 0.54 |
| Hex | 3B | DA | C1 | 49 | 0 | B | F | AB | 44 | 36 |
| Octal | 73 | 332 | 301 | 111 | 0 | 13 | 17 | 253 | 104 | 66 |
| Binary | 111011 | 11011010 | 11000001 | 1001001 | 0 | 1011 | 1111 | 10101011 | 1000100 | 110110 |
Color Harmonies of #3BDAC1
Complementary color
Monochromatic Colors of #3BDAC1
Black with #3BDAC1
Text Example
Text Example
White with #3BDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAC1; }
p { color: rgb(59,218,193); }
H1.HeaderClassName
{
color: #3BDAC1;
}
.AnyTagClassName
{
color: #3BDAC1;
}
</style>
background-color css
<style>
a { background-color: #3BDAC1; }
a { background-color: rgb(59,218,193); }
div.DivClassName
{
background-color: #3BDAC1;
}
.BgClassName
{
background-color: #3BDAC1;
}
</style>
border-color css
<style>
span { border-color: #3BDAC1; }
span { border-color: rgb(59,218,193); }
td.TdClassName
{
border-color: #3BDAC1;
}
.TagClassName
{
border-color: #3BDAC1;
}
</style>