Shades of Medium Turquoise #3BCDDB
Tints of Medium Turquoise #3BCDDB
RGB
CMYK
RGB Variations
Color information
#3BCDDB (or 0x3BCDDB) is known color: Medium Turquoise. HEX triplet: 3B, CD and DB. RGB value is (59,205,219). Sum of RGB (Red+Green+Blue) = 59+205+219=483 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.22% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDDB is #C43224. Grayscale: #A2A2A2. Windows color (decimal): -12857893 or 14404923. OLE color: 14404923.
HSL color Cylindrical-coordinate representation of color #3BCDDB: hue angle of 185.25º 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 #3BCDDB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 205 | 219 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.14 |
| HSL | 185.25º | 0.69% | 0.55% | - |
| HSV(B) | 185.25º | 0.73% | 0.86% | - |
| XYZ | 36.42 | 49.71 | 74.69 | - |
| YUV | 162.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 219 | 0.73 | 0.06 | 0 | 0.14 | 185.25 | 0.69 | 0.55 |
| Hex | 3B | CD | DB | 49 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 73 | 315 | 333 | 111 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111011 | 11001101 | 11011011 | 1001001 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3BCDDB
Complementary color
Monochromatic Colors of #3BCDDB
Black with #3BCDDB
Text Example
Text Example
White with #3BCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDDB; }
p { color: rgb(59,205,219); }
H1.HeaderClassName
{
color: #3BCDDB;
}
.AnyTagClassName
{
color: #3BCDDB;
}
</style>
background-color css
<style>
a { background-color: #3BCDDB; }
a { background-color: rgb(59,205,219); }
div.DivClassName
{
background-color: #3BCDDB;
}
.BgClassName
{
background-color: #3BCDDB;
}
</style>
border-color css
<style>
span { border-color: #3BCDDB; }
span { border-color: rgb(59,205,219); }
td.TdClassName
{
border-color: #3BCDDB;
}
.TagClassName
{
border-color: #3BCDDB;
}
</style>