Shades of Medium Turquoise #3BCDD7
Tints of Medium Turquoise #3BCDD7
RGB
CMYK
RGB Variations
Color information
#3BCDD7 (or 0x3BCDD7) is known color: Medium Turquoise. HEX triplet: 3B, CD and D7. RGB value is (59,205,215). Sum of RGB (Red+Green+Blue) = 59+205+215=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BCDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDD7 is #C43228. Grayscale: #A2A2A2. Windows color (decimal): -12857897 or 14142779. OLE color: 14142779.
HSL color Cylindrical-coordinate representation of color #3BCDD7: hue angle of 183.85º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCDD7 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 205 | 215 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.16 |
| HSL | 183.85º | 0.66% | 0.54% | - |
| HSV(B) | 183.85º | 0.73% | 0.84% | - |
| XYZ | 35.9 | 49.5 | 71.95 | - |
| YUV | 162.49 | 157.63 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 215 | 0.73 | 0.05 | 0 | 0.16 | 183.85 | 0.66 | 0.54 |
| Hex | 3B | CD | D7 | 49 | 5 | 0 | 10 | B8 | 42 | 36 |
| Octal | 73 | 315 | 327 | 111 | 5 | 0 | 20 | 270 | 102 | 66 |
| Binary | 111011 | 11001101 | 11010111 | 1001001 | 101 | 0 | 10000 | 10111000 | 1000010 | 110110 |
Color Harmonies of #3BCDD7
Complementary color
Monochromatic Colors of #3BCDD7
Black with #3BCDD7
Text Example
Text Example
White with #3BCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDD7; }
p { color: rgb(59,205,215); }
H1.HeaderClassName
{
color: #3BCDD7;
}
.AnyTagClassName
{
color: #3BCDD7;
}
</style>
background-color css
<style>
a { background-color: #3BCDD7; }
a { background-color: rgb(59,205,215); }
div.DivClassName
{
background-color: #3BCDD7;
}
.BgClassName
{
background-color: #3BCDD7;
}
</style>
border-color css
<style>
span { border-color: #3BCDD7; }
span { border-color: rgb(59,205,215); }
td.TdClassName
{
border-color: #3BCDD7;
}
.TagClassName
{
border-color: #3BCDD7;
}
</style>