Shades of Turquoise #3CEABD
Tints of Turquoise #3CEABD
RGB
CMYK
RGB Variations
Color information
#3CEABD (or 0x3CEABD) is known color: Turquoise. HEX triplet: 3C, EA and BD. RGB value is (60,234,189). Sum of RGB (Red+Green+Blue) = 60+234+189=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEABD is #C31542. Grayscale: #B0B0B0. Windows color (decimal): -12784963 or 12446268. OLE color: 12446268.
HSL color Cylindrical-coordinate representation of color #3CEABD: hue angle of 164.48º 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 #3CEABD is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 189 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.08 |
| HSL | 164.48º | 0.81% | 0.58% | - |
| HSV(B) | 164.48º | 0.74% | 0.92% | - |
| XYZ | 40.47 | 63.48 | 58.26 | - |
| YUV | 176.84 | 134.85 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 189 | 0.74 | 0 | 0.19 | 0.08 | 164.48 | 0.81 | 0.58 |
| Hex | 3C | EA | BD | 4A | 0 | 13 | 8 | A4 | 51 | 3A |
| Octal | 74 | 352 | 275 | 112 | 0 | 23 | 10 | 244 | 121 | 72 |
| Binary | 111100 | 11101010 | 10111101 | 1001010 | 0 | 10011 | 1000 | 10100100 | 1010001 | 111010 |
Color Harmonies of #3CEABD
Complementary color
Monochromatic Colors of #3CEABD
Black with #3CEABD
Text Example
Text Example
White with #3CEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEABD; }
p { color: rgb(60,234,189); }
H1.HeaderClassName
{
color: #3CEABD;
}
.AnyTagClassName
{
color: #3CEABD;
}
</style>
background-color css
<style>
a { background-color: #3CEABD; }
a { background-color: rgb(60,234,189); }
div.DivClassName
{
background-color: #3CEABD;
}
.BgClassName
{
background-color: #3CEABD;
}
</style>
border-color css
<style>
span { border-color: #3CEABD; }
span { border-color: rgb(60,234,189); }
td.TdClassName
{
border-color: #3CEABD;
}
.TagClassName
{
border-color: #3CEABD;
}
</style>