Shades of Turquoise #3CEABB
Tints of Turquoise #3CEABB
RGB
CMYK
RGB Variations
Color information
#3CEABB (or 0x3CEABB) is known color: Turquoise. HEX triplet: 3C, EA and BB. RGB value is (60,234,187). Sum of RGB (Red+Green+Blue) = 60+234+187=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEABB is #C31544. Grayscale: #B0B0B0. Windows color (decimal): -12784965 or 12315196. OLE color: 12315196.
HSL color Cylindrical-coordinate representation of color #3CEABB: hue angle of 163.79º 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 #3CEABB is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 187 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.08 |
| HSL | 163.79º | 0.81% | 0.58% | - |
| HSV(B) | 163.79º | 0.74% | 0.92% | - |
| XYZ | 40.26 | 63.39 | 57.13 | - |
| YUV | 176.62 | 133.85 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 187 | 0.74 | 0 | 0.20 | 0.08 | 163.79 | 0.81 | 0.58 |
| Hex | 3C | EA | BB | 4A | 0 | 14 | 8 | A4 | 51 | 3A |
| Octal | 74 | 352 | 273 | 112 | 0 | 24 | 10 | 244 | 121 | 72 |
| Binary | 111100 | 11101010 | 10111011 | 1001010 | 0 | 10100 | 1000 | 10100100 | 1010001 | 111010 |
Color Harmonies of #3CEABB
Complementary color
Monochromatic Colors of #3CEABB
Black with #3CEABB
Text Example
Text Example
White with #3CEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEABB; }
p { color: rgb(60,234,187); }
H1.HeaderClassName
{
color: #3CEABB;
}
.AnyTagClassName
{
color: #3CEABB;
}
</style>
background-color css
<style>
a { background-color: #3CEABB; }
a { background-color: rgb(60,234,187); }
div.DivClassName
{
background-color: #3CEABB;
}
.BgClassName
{
background-color: #3CEABB;
}
</style>
border-color css
<style>
span { border-color: #3CEABB; }
span { border-color: rgb(60,234,187); }
td.TdClassName
{
border-color: #3CEABB;
}
.TagClassName
{
border-color: #3CEABB;
}
</style>