Shades of Turquoise #3CE7BA
Tints of Turquoise #3CE7BA
RGB
CMYK
RGB Variations
Color information
#3CE7BA (or 0x3CE7BA) is known color: Turquoise. HEX triplet: 3C, E7 and BA. RGB value is (60,231,186). Sum of RGB (Red+Green+Blue) = 60+231+186=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7BA is #C31845. Grayscale: #AEAEAE. Windows color (decimal): -12785734 or 12248892. OLE color: 12248892.
HSL color Cylindrical-coordinate representation of color #3CE7BA: hue angle of 164.21º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE7BA is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 186 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.09 |
| HSL | 164.21º | 0.78% | 0.57% | - |
| HSV(B) | 164.21º | 0.74% | 0.91% | - |
| XYZ | 39.3 | 61.66 | 56.28 | - |
| YUV | 174.74 | 134.35 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 186 | 0.74 | 0 | 0.19 | 0.09 | 164.21 | 0.78 | 0.57 |
| Hex | 3C | E7 | BA | 4A | 0 | 13 | 9 | A4 | 4E | 39 |
| Octal | 74 | 347 | 272 | 112 | 0 | 23 | 11 | 244 | 116 | 71 |
| Binary | 111100 | 11100111 | 10111010 | 1001010 | 0 | 10011 | 1001 | 10100100 | 1001110 | 111001 |
Color Harmonies of #3CE7BA
Complementary color
Monochromatic Colors of #3CE7BA
Black with #3CE7BA
Text Example
Text Example
White with #3CE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE7BA; }
p { color: rgb(60,231,186); }
H1.HeaderClassName
{
color: #3CE7BA;
}
.AnyTagClassName
{
color: #3CE7BA;
}
</style>
background-color css
<style>
a { background-color: #3CE7BA; }
a { background-color: rgb(60,231,186); }
div.DivClassName
{
background-color: #3CE7BA;
}
.BgClassName
{
background-color: #3CE7BA;
}
</style>
border-color css
<style>
span { border-color: #3CE7BA; }
span { border-color: rgb(60,231,186); }
td.TdClassName
{
border-color: #3CE7BA;
}
.TagClassName
{
border-color: #3CE7BA;
}
</style>