Shades of Turquoise #3BDBCB
Tints of Turquoise #3BDBCB
RGB
CMYK
RGB Variations
Color information
#3BDBCB (or 0x3BDBCB) is known color: Turquoise. HEX triplet: 3B, DB and CB. RGB value is (59,219,203). Sum of RGB (Red+Green+Blue) = 59+219+203=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDBCB is #C42434. Grayscale: #A9A9A9. Windows color (decimal): -12854325 or 13359931. OLE color: 13359931.
HSL color Cylindrical-coordinate representation of color #3BDBCB: hue angle of 174º degrees, saturation: 0.69, 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 #3BDBCB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 203 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.14 |
| HSL | 174º | 0.69% | 0.55% | - |
| HSV(B) | 174º | 0.73% | 0.86% | - |
| XYZ | 37.91 | 55.9 | 65.29 | - |
| YUV | 169.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 203 | 0.73 | 0 | 0.07 | 0.14 | 174 | 0.69 | 0.55 |
| Hex | 3B | DB | CB | 49 | 0 | 7 | E | AE | 45 | 37 |
| Octal | 73 | 333 | 313 | 111 | 0 | 7 | 16 | 256 | 105 | 67 |
| Binary | 111011 | 11011011 | 11001011 | 1001001 | 0 | 111 | 1110 | 10101110 | 1000101 | 110111 |
Color Harmonies of #3BDBCB
Complementary color
Monochromatic Colors of #3BDBCB
Black with #3BDBCB
Text Example
Text Example
White with #3BDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBCB; }
p { color: rgb(59,219,203); }
H1.HeaderClassName
{
color: #3BDBCB;
}
.AnyTagClassName
{
color: #3BDBCB;
}
</style>
background-color css
<style>
a { background-color: #3BDBCB; }
a { background-color: rgb(59,219,203); }
div.DivClassName
{
background-color: #3BDBCB;
}
.BgClassName
{
background-color: #3BDBCB;
}
</style>
border-color css
<style>
span { border-color: #3BDBCB; }
span { border-color: rgb(59,219,203); }
td.TdClassName
{
border-color: #3BDBCB;
}
.TagClassName
{
border-color: #3BDBCB;
}
</style>