Shades of Turquoise #3CEAB7
Tints of Turquoise #3CEAB7
RGB
CMYK
RGB Variations
Color information
#3CEAB7 (or 0x3CEAB7) is known color: Turquoise. HEX triplet: 3C, EA and B7. RGB value is (60,234,183). Sum of RGB (Red+Green+Blue) = 60+234+183=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEAB7 is #C31548. Grayscale: #B0B0B0. Windows color (decimal): -12784969 or 12053052. OLE color: 12053052.
HSL color Cylindrical-coordinate representation of color #3CEAB7: hue angle of 162.41º 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 #3CEAB7 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 183 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.08 |
| HSL | 162.41º | 0.81% | 0.58% | - |
| HSV(B) | 162.41º | 0.74% | 0.92% | - |
| XYZ | 39.83 | 63.23 | 54.9 | - |
| YUV | 176.16 | 131.85 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 183 | 0.74 | 0 | 0.22 | 0.08 | 162.41 | 0.81 | 0.58 |
| Hex | 3C | EA | B7 | 4A | 0 | 16 | 8 | A2 | 51 | 3A |
| Octal | 74 | 352 | 267 | 112 | 0 | 26 | 10 | 242 | 121 | 72 |
| Binary | 111100 | 11101010 | 10110111 | 1001010 | 0 | 10110 | 1000 | 10100010 | 1010001 | 111010 |
Color Harmonies of #3CEAB7
Complementary color
Monochromatic Colors of #3CEAB7
Black with #3CEAB7
Text Example
Text Example
White with #3CEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAB7; }
p { color: rgb(60,234,183); }
H1.HeaderClassName
{
color: #3CEAB7;
}
.AnyTagClassName
{
color: #3CEAB7;
}
</style>
background-color css
<style>
a { background-color: #3CEAB7; }
a { background-color: rgb(60,234,183); }
div.DivClassName
{
background-color: #3CEAB7;
}
.BgClassName
{
background-color: #3CEAB7;
}
</style>
border-color css
<style>
span { border-color: #3CEAB7; }
span { border-color: rgb(60,234,183); }
td.TdClassName
{
border-color: #3CEAB7;
}
.TagClassName
{
border-color: #3CEAB7;
}
</style>