Shades of Turquoise #3CEAB1
Tints of Turquoise #3CEAB1
RGB
CMYK
RGB Variations
Color information
#3CEAB1 (or 0x3CEAB1) is known color: Turquoise. HEX triplet: 3C, EA and B1. RGB value is (60,234,177). Sum of RGB (Red+Green+Blue) = 60+234+177=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEAB1 is #C3154E. Grayscale: #AFAFAF. Windows color (decimal): -12784975 or 11659836. OLE color: 11659836.
HSL color Cylindrical-coordinate representation of color #3CEAB1: hue angle of 160.34º 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 #3CEAB1 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 177 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.08 |
| HSL | 160.34º | 0.81% | 0.58% | - |
| HSV(B) | 160.34º | 0.74% | 0.92% | - |
| XYZ | 39.22 | 62.98 | 51.68 | - |
| YUV | 175.48 | 128.85 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 177 | 0.74 | 0 | 0.24 | 0.08 | 160.34 | 0.81 | 0.58 |
| Hex | 3C | EA | B1 | 4A | 0 | 18 | 8 | A0 | 51 | 3A |
| Octal | 74 | 352 | 261 | 112 | 0 | 30 | 10 | 240 | 121 | 72 |
| Binary | 111100 | 11101010 | 10110001 | 1001010 | 0 | 11000 | 1000 | 10100000 | 1010001 | 111010 |
Color Harmonies of #3CEAB1
Complementary color
Monochromatic Colors of #3CEAB1
Black with #3CEAB1
Text Example
Text Example
White with #3CEAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAB1; }
p { color: rgb(60,234,177); }
H1.HeaderClassName
{
color: #3CEAB1;
}
.AnyTagClassName
{
color: #3CEAB1;
}
</style>
background-color css
<style>
a { background-color: #3CEAB1; }
a { background-color: rgb(60,234,177); }
div.DivClassName
{
background-color: #3CEAB1;
}
.BgClassName
{
background-color: #3CEAB1;
}
</style>
border-color css
<style>
span { border-color: #3CEAB1; }
span { border-color: rgb(60,234,177); }
td.TdClassName
{
border-color: #3CEAB1;
}
.TagClassName
{
border-color: #3CEAB1;
}
</style>