Shades of Medium Turquoise #3ECBCB
Tints of Medium Turquoise #3ECBCB
RGB
CMYK
RGB Variations
Color information
#3ECBCB (or 0x3ECBCB) is known color: Medium Turquoise. HEX triplet: 3E, CB and CB. RGB value is (62,203,203). Sum of RGB (Red+Green+Blue) = 62+203+203=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #3ECBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBCB is #C13434. Grayscale: #A0A0A0. Windows color (decimal): -12661813 or 13355838. OLE color: 13355838.
HSL color Cylindrical-coordinate representation of color #3ECBCB: hue angle of 180º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECBCB is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 203 | - |
| CMYK | 0.69 | 0 | 0 | 0.20 |
| HSL | 180º | 0.58% | 0.52% | - |
| HSV(B) | 180º | 0.69% | 0.8% | - |
| XYZ | 34.12 | 48.05 | 63.98 | - |
| YUV | 160.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 203 | 0.69 | 0 | 0 | 0.20 | 180 | 0.58 | 0.52 |
| Hex | 3E | CB | CB | 45 | 0 | 0 | 14 | B4 | 3A | 34 |
| Octal | 76 | 313 | 313 | 105 | 0 | 0 | 24 | 264 | 72 | 64 |
| Binary | 111110 | 11001011 | 11001011 | 1000101 | 0 | 0 | 10100 | 10110100 | 111010 | 110100 |
Color Harmonies of #3ECBCB
Complementary color
Monochromatic Colors of #3ECBCB
Black with #3ECBCB
Text Example
Text Example
White with #3ECBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBCB; }
p { color: rgb(62,203,203); }
H1.HeaderClassName
{
color: #3ECBCB;
}
.AnyTagClassName
{
color: #3ECBCB;
}
</style>
background-color css
<style>
a { background-color: #3ECBCB; }
a { background-color: rgb(62,203,203); }
div.DivClassName
{
background-color: #3ECBCB;
}
.BgClassName
{
background-color: #3ECBCB;
}
</style>
border-color css
<style>
span { border-color: #3ECBCB; }
span { border-color: rgb(62,203,203); }
td.TdClassName
{
border-color: #3ECBCB;
}
.TagClassName
{
border-color: #3ECBCB;
}
</style>