Shades of Medium Turquoise #3BCDDC
Tints of Medium Turquoise #3BCDDC
RGB
CMYK
RGB Variations
Color information
#3BCDDC (or 0x3BCDDC) is known color: Medium Turquoise. HEX triplet: 3B, CD and DC. RGB value is (59,205,220). Sum of RGB (Red+Green+Blue) = 59+205+220=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDDC is #C43223. Grayscale: #A2A2A2. Windows color (decimal): -12857892 or 14470459. OLE color: 14470459.
HSL color Cylindrical-coordinate representation of color #3BCDDC: hue angle of 185.59º 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 #3BCDDC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 205 | 220 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.14 |
| HSL | 185.59º | 0.7% | 0.55% | - |
| HSV(B) | 185.59º | 0.73% | 0.86% | - |
| XYZ | 36.55 | 49.76 | 75.39 | - |
| YUV | 163.06 | 160.13 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 220 | 0.73 | 0.07 | 0 | 0.14 | 185.59 | 0.7 | 0.55 |
| Hex | 3B | CD | DC | 49 | 7 | 0 | E | BA | 46 | 37 |
| Octal | 73 | 315 | 334 | 111 | 7 | 0 | 16 | 272 | 106 | 67 |
| Binary | 111011 | 11001101 | 11011100 | 1001001 | 111 | 0 | 1110 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3BCDDC
Complementary color
Monochromatic Colors of #3BCDDC
Black with #3BCDDC
Text Example
Text Example
White with #3BCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDDC; }
p { color: rgb(59,205,220); }
H1.HeaderClassName
{
color: #3BCDDC;
}
.AnyTagClassName
{
color: #3BCDDC;
}
</style>
background-color css
<style>
a { background-color: #3BCDDC; }
a { background-color: rgb(59,205,220); }
div.DivClassName
{
background-color: #3BCDDC;
}
.BgClassName
{
background-color: #3BCDDC;
}
</style>
border-color css
<style>
span { border-color: #3BCDDC; }
span { border-color: rgb(59,205,220); }
td.TdClassName
{
border-color: #3BCDDC;
}
.TagClassName
{
border-color: #3BCDDC;
}
</style>