Shades of Turquoise #3CEAB9
Tints of Turquoise #3CEAB9
RGB
CMYK
RGB Variations
Color information
#3CEAB9 (or 0x3CEAB9) is known color: Turquoise. HEX triplet: 3C, EA and B9. RGB value is (60,234,185). Sum of RGB (Red+Green+Blue) = 60+234+185=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEAB9 is #C31546. Grayscale: #B0B0B0. Windows color (decimal): -12784967 or 12184124. OLE color: 12184124.
HSL color Cylindrical-coordinate representation of color #3CEAB9: hue angle of 163.1º 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 #3CEAB9 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 185 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.08 |
| HSL | 163.1º | 0.81% | 0.58% | - |
| HSV(B) | 163.1º | 0.74% | 0.92% | - |
| XYZ | 40.04 | 63.31 | 56.01 | - |
| YUV | 176.39 | 132.85 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 185 | 0.74 | 0 | 0.21 | 0.08 | 163.1 | 0.81 | 0.58 |
| Hex | 3C | EA | B9 | 4A | 0 | 15 | 8 | A3 | 51 | 3A |
| Octal | 74 | 352 | 271 | 112 | 0 | 25 | 10 | 243 | 121 | 72 |
| Binary | 111100 | 11101010 | 10111001 | 1001010 | 0 | 10101 | 1000 | 10100011 | 1010001 | 111010 |
Color Harmonies of #3CEAB9
Complementary color
Monochromatic Colors of #3CEAB9
Black with #3CEAB9
Text Example
Text Example
White with #3CEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAB9; }
p { color: rgb(60,234,185); }
H1.HeaderClassName
{
color: #3CEAB9;
}
.AnyTagClassName
{
color: #3CEAB9;
}
</style>
background-color css
<style>
a { background-color: #3CEAB9; }
a { background-color: rgb(60,234,185); }
div.DivClassName
{
background-color: #3CEAB9;
}
.BgClassName
{
background-color: #3CEAB9;
}
</style>
border-color css
<style>
span { border-color: #3CEAB9; }
span { border-color: rgb(60,234,185); }
td.TdClassName
{
border-color: #3CEAB9;
}
.TagClassName
{
border-color: #3CEAB9;
}
</style>