Shades of Medium Turquoise #3BCECB
Tints of Medium Turquoise #3BCECB
RGB
CMYK
RGB Variations
Color information
#3BCECB (or 0x3BCECB) is known color: Medium Turquoise. HEX triplet: 3B, CE and CB. RGB value is (59,206,203). Sum of RGB (Red+Green+Blue) = 59+206+203=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCECB is #C43134. Grayscale: #A1A1A1. Windows color (decimal): -12857653 or 13356603. OLE color: 13356603.
HSL color Cylindrical-coordinate representation of color #3BCECB: hue angle of 178.78º 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 #3BCECB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 203 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.19 |
| HSL | 178.78º | 0.6% | 0.52% | - |
| HSV(B) | 178.78º | 0.71% | 0.81% | - |
| XYZ | 34.65 | 49.38 | 64.21 | - |
| YUV | 161.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 203 | 0.71 | 0 | 0.01 | 0.19 | 178.78 | 0.6 | 0.52 |
| Hex | 3B | CE | CB | 47 | 0 | 1 | 13 | B3 | 3C | 34 |
| Octal | 73 | 316 | 313 | 107 | 0 | 1 | 23 | 263 | 74 | 64 |
| Binary | 111011 | 11001110 | 11001011 | 1000111 | 0 | 1 | 10011 | 10110011 | 111100 | 110100 |
Color Harmonies of #3BCECB
Complementary color
Monochromatic Colors of #3BCECB
Black with #3BCECB
Text Example
Text Example
White with #3BCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCECB; }
p { color: rgb(59,206,203); }
H1.HeaderClassName
{
color: #3BCECB;
}
.AnyTagClassName
{
color: #3BCECB;
}
</style>
background-color css
<style>
a { background-color: #3BCECB; }
a { background-color: rgb(59,206,203); }
div.DivClassName
{
background-color: #3BCECB;
}
.BgClassName
{
background-color: #3BCECB;
}
</style>
border-color css
<style>
span { border-color: #3BCECB; }
span { border-color: rgb(59,206,203); }
td.TdClassName
{
border-color: #3BCECB;
}
.TagClassName
{
border-color: #3BCECB;
}
</style>