Shades of Medium Turquoise #3BCEDC
Tints of Medium Turquoise #3BCEDC
RGB
CMYK
RGB Variations
Color information
#3BCEDC (or 0x3BCEDC) is known color: Medium Turquoise. HEX triplet: 3B, CE and DC. RGB value is (59,206,220). Sum of RGB (Red+Green+Blue) = 59+206+220=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEDC is #C43123. Grayscale: #A3A3A3. Windows color (decimal): -12857636 or 14470715. OLE color: 14470715.
HSL color Cylindrical-coordinate representation of color #3BCEDC: hue angle of 185.22º 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 #3BCEDC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 206 | 220 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.14 |
| HSL | 185.22º | 0.7% | 0.55% | - |
| HSV(B) | 185.22º | 0.73% | 0.86% | - |
| XYZ | 36.79 | 50.24 | 75.47 | - |
| YUV | 163.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 220 | 0.73 | 0.06 | 0 | 0.14 | 185.22 | 0.7 | 0.55 |
| Hex | 3B | CE | DC | 49 | 6 | 0 | E | B9 | 46 | 37 |
| Octal | 73 | 316 | 334 | 111 | 6 | 0 | 16 | 271 | 106 | 67 |
| Binary | 111011 | 11001110 | 11011100 | 1001001 | 110 | 0 | 1110 | 10111001 | 1000110 | 110111 |
Color Harmonies of #3BCEDC
Complementary color
Monochromatic Colors of #3BCEDC
Black with #3BCEDC
Text Example
Text Example
White with #3BCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEDC; }
p { color: rgb(59,206,220); }
H1.HeaderClassName
{
color: #3BCEDC;
}
.AnyTagClassName
{
color: #3BCEDC;
}
</style>
background-color css
<style>
a { background-color: #3BCEDC; }
a { background-color: rgb(59,206,220); }
div.DivClassName
{
background-color: #3BCEDC;
}
.BgClassName
{
background-color: #3BCEDC;
}
</style>
border-color css
<style>
span { border-color: #3BCEDC; }
span { border-color: rgb(59,206,220); }
td.TdClassName
{
border-color: #3BCEDC;
}
.TagClassName
{
border-color: #3BCEDC;
}
</style>