Shades of Medium Turquoise #3CCEBA
Tints of Medium Turquoise #3CCEBA
RGB
CMYK
RGB Variations
Color information
#3CCEBA (or 0x3CCEBA) is known color: Medium Turquoise. HEX triplet: 3C, CE and BA. RGB value is (60,206,186). Sum of RGB (Red+Green+Blue) = 60+206+186=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEBA is #C33145. Grayscale: #A0A0A0. Windows color (decimal): -12792134 or 12242492. OLE color: 12242492.
HSL color Cylindrical-coordinate representation of color #3CCEBA: hue angle of 171.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 #3CCEBA is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 186 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.19 |
| HSL | 171.78º | 0.6% | 0.52% | - |
| HSV(B) | 171.78º | 0.71% | 0.81% | - |
| XYZ | 32.8 | 48.65 | 54.12 | - |
| YUV | 160.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 186 | 0.71 | 0 | 0.10 | 0.19 | 171.78 | 0.6 | 0.52 |
| Hex | 3C | CE | BA | 47 | 0 | A | 13 | AC | 3C | 34 |
| Octal | 74 | 316 | 272 | 107 | 0 | 12 | 23 | 254 | 74 | 64 |
| Binary | 111100 | 11001110 | 10111010 | 1000111 | 0 | 1010 | 10011 | 10101100 | 111100 | 110100 |
Color Harmonies of #3CCEBA
Complementary color
Monochromatic Colors of #3CCEBA
Black with #3CCEBA
Text Example
Text Example
White with #3CCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEBA; }
p { color: rgb(60,206,186); }
H1.HeaderClassName
{
color: #3CCEBA;
}
.AnyTagClassName
{
color: #3CCEBA;
}
</style>
background-color css
<style>
a { background-color: #3CCEBA; }
a { background-color: rgb(60,206,186); }
div.DivClassName
{
background-color: #3CCEBA;
}
.BgClassName
{
background-color: #3CCEBA;
}
</style>
border-color css
<style>
span { border-color: #3CCEBA; }
span { border-color: rgb(60,206,186); }
td.TdClassName
{
border-color: #3CCEBA;
}
.TagClassName
{
border-color: #3CCEBA;
}
</style>