Shades of Medium Turquoise #3BCDD9
Tints of Medium Turquoise #3BCDD9
RGB
CMYK
RGB Variations
Color information
#3BCDD9 (or 0x3BCDD9) is known color: Medium Turquoise. HEX triplet: 3B, CD and D9. RGB value is (59,205,217). Sum of RGB (Red+Green+Blue) = 59+205+217=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #3BCDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDD9 is #C43226. Grayscale: #A2A2A2. Windows color (decimal): -12857895 or 14273851. OLE color: 14273851.
HSL color Cylindrical-coordinate representation of color #3BCDD9: hue angle of 184.56º 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 #3BCDD9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 205 | 217 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.15 |
| HSL | 184.56º | 0.68% | 0.54% | - |
| HSV(B) | 184.56º | 0.73% | 0.85% | - |
| XYZ | 36.16 | 49.6 | 73.31 | - |
| YUV | 162.71 | 158.63 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 217 | 0.73 | 0.06 | 0 | 0.15 | 184.56 | 0.68 | 0.54 |
| Hex | 3B | CD | D9 | 49 | 6 | 0 | F | B9 | 44 | 36 |
| Octal | 73 | 315 | 331 | 111 | 6 | 0 | 17 | 271 | 104 | 66 |
| Binary | 111011 | 11001101 | 11011001 | 1001001 | 110 | 0 | 1111 | 10111001 | 1000100 | 110110 |
Color Harmonies of #3BCDD9
Complementary color
Monochromatic Colors of #3BCDD9
Black with #3BCDD9
Text Example
Text Example
White with #3BCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDD9; }
p { color: rgb(59,205,217); }
H1.HeaderClassName
{
color: #3BCDD9;
}
.AnyTagClassName
{
color: #3BCDD9;
}
</style>
background-color css
<style>
a { background-color: #3BCDD9; }
a { background-color: rgb(59,205,217); }
div.DivClassName
{
background-color: #3BCDD9;
}
.BgClassName
{
background-color: #3BCDD9;
}
</style>
border-color css
<style>
span { border-color: #3BCDD9; }
span { border-color: rgb(59,205,217); }
td.TdClassName
{
border-color: #3BCDD9;
}
.TagClassName
{
border-color: #3BCDD9;
}
</style>