Shades of Turquoise #3BDACB
Tints of Turquoise #3BDACB
RGB
CMYK
RGB Variations
Color information
#3BDACB (or 0x3BDACB) is known color: Turquoise. HEX triplet: 3B, DA and CB. RGB value is (59,218,203). Sum of RGB (Red+Green+Blue) = 59+218+203=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDACB is #C42534. Grayscale: #A8A8A8. Windows color (decimal): -12854581 or 13359675. OLE color: 13359675.
HSL color Cylindrical-coordinate representation of color #3BDACB: hue angle of 174.34º 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 #3BDACB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 203 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.15 |
| HSL | 174.34º | 0.68% | 0.54% | - |
| HSV(B) | 174.34º | 0.73% | 0.85% | - |
| XYZ | 37.65 | 55.38 | 65.21 | - |
| YUV | 168.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 203 | 0.73 | 0 | 0.07 | 0.15 | 174.34 | 0.68 | 0.54 |
| Hex | 3B | DA | CB | 49 | 0 | 7 | F | AE | 44 | 36 |
| Octal | 73 | 332 | 313 | 111 | 0 | 7 | 17 | 256 | 104 | 66 |
| Binary | 111011 | 11011010 | 11001011 | 1001001 | 0 | 111 | 1111 | 10101110 | 1000100 | 110110 |
Color Harmonies of #3BDACB
Complementary color
Monochromatic Colors of #3BDACB
Black with #3BDACB
Text Example
Text Example
White with #3BDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDACB; }
p { color: rgb(59,218,203); }
H1.HeaderClassName
{
color: #3BDACB;
}
.AnyTagClassName
{
color: #3BDACB;
}
</style>
background-color css
<style>
a { background-color: #3BDACB; }
a { background-color: rgb(59,218,203); }
div.DivClassName
{
background-color: #3BDACB;
}
.BgClassName
{
background-color: #3BDACB;
}
</style>
border-color css
<style>
span { border-color: #3BDACB; }
span { border-color: rgb(59,218,203); }
td.TdClassName
{
border-color: #3BDACB;
}
.TagClassName
{
border-color: #3BDACB;
}
</style>