Shades of Turquoise #3BDCBC
Tints of Turquoise #3BDCBC
RGB
CMYK
RGB Variations
Color information
#3BDCBC (or 0x3BDCBC) is known color: Turquoise. HEX triplet: 3B, DC and BC. RGB value is (59,220,188). Sum of RGB (Red+Green+Blue) = 59+220+188=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCBC is #C42343. Grayscale: #A8A8A8. Windows color (decimal): -12854084 or 12377147. OLE color: 12377147.
HSL color Cylindrical-coordinate representation of color #3BDCBC: hue angle of 168.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDCBC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 188 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.14 |
| HSL | 168.07º | 0.7% | 0.55% | - |
| HSV(B) | 168.07º | 0.73% | 0.86% | - |
| XYZ | 36.47 | 55.75 | 56.41 | - |
| YUV | 168.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 188 | 0.73 | 0 | 0.15 | 0.14 | 168.07 | 0.7 | 0.55 |
| Hex | 3B | DC | BC | 49 | 0 | F | E | A8 | 46 | 37 |
| Octal | 73 | 334 | 274 | 111 | 0 | 17 | 16 | 250 | 106 | 67 |
| Binary | 111011 | 11011100 | 10111100 | 1001001 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3BDCBC
Complementary color
Monochromatic Colors of #3BDCBC
Black with #3BDCBC
Text Example
Text Example
White with #3BDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCBC; }
p { color: rgb(59,220,188); }
H1.HeaderClassName
{
color: #3BDCBC;
}
.AnyTagClassName
{
color: #3BDCBC;
}
</style>
background-color css
<style>
a { background-color: #3BDCBC; }
a { background-color: rgb(59,220,188); }
div.DivClassName
{
background-color: #3BDCBC;
}
.BgClassName
{
background-color: #3BDCBC;
}
</style>
border-color css
<style>
span { border-color: #3BDCBC; }
span { border-color: rgb(59,220,188); }
td.TdClassName
{
border-color: #3BDCBC;
}
.TagClassName
{
border-color: #3BDCBC;
}
</style>