Shades of Medium Turquoise #3BCED0
Tints of Medium Turquoise #3BCED0
RGB
CMYK
RGB Variations
Color information
#3BCED0 (or 0x3BCED0) is known color: Medium Turquoise. HEX triplet: 3B, CE and D0. RGB value is (59,206,208). Sum of RGB (Red+Green+Blue) = 59+206+208=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #3BCED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCED0 is #C4312F. Grayscale: #A2A2A2. Windows color (decimal): -12857648 or 13684283. OLE color: 13684283.
HSL color Cylindrical-coordinate representation of color #3BCED0: hue angle of 180.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCED0 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 206 | 208 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.18 |
| HSL | 180.81º | 0.61% | 0.52% | - |
| HSV(B) | 180.81º | 0.72% | 0.82% | - |
| XYZ | 35.26 | 49.63 | 67.39 | - |
| YUV | 162.28 | 153.8 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 208 | 0.72 | 0.01 | 0 | 0.18 | 180.81 | 0.61 | 0.52 |
| Hex | 3B | CE | D0 | 48 | 1 | 0 | 12 | B5 | 3D | 34 |
| Octal | 73 | 316 | 320 | 110 | 1 | 0 | 22 | 265 | 75 | 64 |
| Binary | 111011 | 11001110 | 11010000 | 1001000 | 1 | 0 | 10010 | 10110101 | 111101 | 110100 |
Color Harmonies of #3BCED0
Complementary color
Monochromatic Colors of #3BCED0
Black with #3BCED0
Text Example
Text Example
White with #3BCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCED0; }
p { color: rgb(59,206,208); }
H1.HeaderClassName
{
color: #3BCED0;
}
.AnyTagClassName
{
color: #3BCED0;
}
</style>
background-color css
<style>
a { background-color: #3BCED0; }
a { background-color: rgb(59,206,208); }
div.DivClassName
{
background-color: #3BCED0;
}
.BgClassName
{
background-color: #3BCED0;
}
</style>
border-color css
<style>
span { border-color: #3BCED0; }
span { border-color: rgb(59,206,208); }
td.TdClassName
{
border-color: #3BCED0;
}
.TagClassName
{
border-color: #3BCED0;
}
</style>