Shades of Turquoise #3CEBBA
Tints of Turquoise #3CEBBA
RGB
CMYK
RGB Variations
Color information
#3CEBBA (or 0x3CEBBA) is known color: Turquoise. HEX triplet: 3C, EB and BA. RGB value is (60,235,186). Sum of RGB (Red+Green+Blue) = 60+235+186=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBBA is #C31445. Grayscale: #B1B1B1. Windows color (decimal): -12784710 or 12249916. OLE color: 12249916.
HSL color Cylindrical-coordinate representation of color #3CEBBA: hue angle of 163.2º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEBBA is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 186 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.08 |
| HSL | 163.2º | 0.81% | 0.58% | - |
| HSV(B) | 163.2º | 0.74% | 0.92% | - |
| XYZ | 40.43 | 63.92 | 56.66 | - |
| YUV | 177.09 | 133.02 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 186 | 0.74 | 0 | 0.21 | 0.08 | 163.2 | 0.81 | 0.58 |
| Hex | 3C | EB | BA | 4A | 0 | 15 | 8 | A3 | 51 | 3A |
| Octal | 74 | 353 | 272 | 112 | 0 | 25 | 10 | 243 | 121 | 72 |
| Binary | 111100 | 11101011 | 10111010 | 1001010 | 0 | 10101 | 1000 | 10100011 | 1010001 | 111010 |
Color Harmonies of #3CEBBA
Complementary color
Monochromatic Colors of #3CEBBA
Black with #3CEBBA
Text Example
Text Example
White with #3CEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEBBA; }
p { color: rgb(60,235,186); }
H1.HeaderClassName
{
color: #3CEBBA;
}
.AnyTagClassName
{
color: #3CEBBA;
}
</style>
background-color css
<style>
a { background-color: #3CEBBA; }
a { background-color: rgb(60,235,186); }
div.DivClassName
{
background-color: #3CEBBA;
}
.BgClassName
{
background-color: #3CEBBA;
}
</style>
border-color css
<style>
span { border-color: #3CEBBA; }
span { border-color: rgb(60,235,186); }
td.TdClassName
{
border-color: #3CEBBA;
}
.TagClassName
{
border-color: #3CEBBA;
}
</style>