Shades of Medium Turquoise #3ECBC3
Tints of Medium Turquoise #3ECBC3
RGB
CMYK
RGB Variations
Color information
#3ECBC3 (or 0x3ECBC3) is known color: Medium Turquoise. HEX triplet: 3E, CB and C3. RGB value is (62,203,195). Sum of RGB (Red+Green+Blue) = 62+203+195=460 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.48% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBC3 is #C1343C. Grayscale: #9F9F9F. Windows color (decimal): -12661821 or 12831550. OLE color: 12831550.
HSL color Cylindrical-coordinate representation of color #3ECBC3: hue angle of 176.6º 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 #3ECBC3 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 195 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.20 |
| HSL | 176.6º | 0.58% | 0.52% | - |
| HSV(B) | 176.6º | 0.69% | 0.8% | - |
| XYZ | 33.19 | 47.68 | 59.08 | - |
| YUV | 159.93 | 147.79 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 195 | 0.69 | 0 | 0.04 | 0.20 | 176.6 | 0.58 | 0.52 |
| Hex | 3E | CB | C3 | 45 | 0 | 4 | 14 | B1 | 3A | 34 |
| Octal | 76 | 313 | 303 | 105 | 0 | 4 | 24 | 261 | 72 | 64 |
| Binary | 111110 | 11001011 | 11000011 | 1000101 | 0 | 100 | 10100 | 10110001 | 111010 | 110100 |
Color Harmonies of #3ECBC3
Complementary color
Monochromatic Colors of #3ECBC3
Black with #3ECBC3
Text Example
Text Example
White with #3ECBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBC3; }
p { color: rgb(62,203,195); }
H1.HeaderClassName
{
color: #3ECBC3;
}
.AnyTagClassName
{
color: #3ECBC3;
}
</style>
background-color css
<style>
a { background-color: #3ECBC3; }
a { background-color: rgb(62,203,195); }
div.DivClassName
{
background-color: #3ECBC3;
}
.BgClassName
{
background-color: #3ECBC3;
}
</style>
border-color css
<style>
span { border-color: #3ECBC3; }
span { border-color: rgb(62,203,195); }
td.TdClassName
{
border-color: #3ECBC3;
}
.TagClassName
{
border-color: #3ECBC3;
}
</style>