Shades of Medium Turquoise #3BCECD
Tints of Medium Turquoise #3BCECD
RGB
CMYK
RGB Variations
Color information
#3BCECD (or 0x3BCECD) is known color: Medium Turquoise. HEX triplet: 3B, CE and CD. RGB value is (59,206,205). Sum of RGB (Red+Green+Blue) = 59+206+205=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCECD is #C43132. Grayscale: #A1A1A1. Windows color (decimal): -12857651 or 13487675. OLE color: 13487675.
HSL color Cylindrical-coordinate representation of color #3BCECD: hue angle of 179.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCECD is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 205 | - |
| CMYK | 0.71 | 0 | 0.00 | 0.19 |
| HSL | 179.59º | 0.6% | 0.52% | - |
| HSV(B) | 179.59º | 0.71% | 0.81% | - |
| XYZ | 34.89 | 49.48 | 65.47 | - |
| YUV | 161.93 | 152.3 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 205 | 0.71 | 0 | 0.00 | 0.19 | 179.59 | 0.6 | 0.52 |
| Hex | 3B | CE | CD | 47 | 0 | 0 | 13 | B4 | 3C | 34 |
| Octal | 73 | 316 | 315 | 107 | 0 | 0 | 23 | 264 | 74 | 64 |
| Binary | 111011 | 11001110 | 11001101 | 1000111 | 0 | 0 | 10011 | 10110100 | 111100 | 110100 |
Color Harmonies of #3BCECD
Complementary color
Monochromatic Colors of #3BCECD
Black with #3BCECD
Text Example
Text Example
White with #3BCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCECD; }
p { color: rgb(59,206,205); }
H1.HeaderClassName
{
color: #3BCECD;
}
.AnyTagClassName
{
color: #3BCECD;
}
</style>
background-color css
<style>
a { background-color: #3BCECD; }
a { background-color: rgb(59,206,205); }
div.DivClassName
{
background-color: #3BCECD;
}
.BgClassName
{
background-color: #3BCECD;
}
</style>
border-color css
<style>
span { border-color: #3BCECD; }
span { border-color: rgb(59,206,205); }
td.TdClassName
{
border-color: #3BCECD;
}
.TagClassName
{
border-color: #3BCECD;
}
</style>