Shades of Turquoise #3CE5BC
Tints of Turquoise #3CE5BC
RGB
CMYK
RGB Variations
Color information
#3CE5BC (or 0x3CE5BC) is known color: Turquoise. HEX triplet: 3C, E5 and BC. RGB value is (60,229,188). Sum of RGB (Red+Green+Blue) = 60+229+188=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE5BC is #C31A43. Grayscale: #ADADAD. Windows color (decimal): -12786244 or 12379452. OLE color: 12379452.
HSL color Cylindrical-coordinate representation of color #3CE5BC: hue angle of 165.44º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE5BC is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 188 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.10 |
| HSL | 165.44º | 0.76% | 0.57% | - |
| HSV(B) | 165.44º | 0.74% | 0.9% | - |
| XYZ | 38.96 | 60.63 | 57.23 | - |
| YUV | 173.8 | 136.01 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 188 | 0.74 | 0 | 0.18 | 0.10 | 165.44 | 0.76 | 0.57 |
| Hex | 3C | E5 | BC | 4A | 0 | 12 | A | A5 | 4C | 39 |
| Octal | 74 | 345 | 274 | 112 | 0 | 22 | 12 | 245 | 114 | 71 |
| Binary | 111100 | 11100101 | 10111100 | 1001010 | 0 | 10010 | 1010 | 10100101 | 1001100 | 111001 |
Color Harmonies of #3CE5BC
Complementary color
Monochromatic Colors of #3CE5BC
Black with #3CE5BC
Text Example
Text Example
White with #3CE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE5BC; }
p { color: rgb(60,229,188); }
H1.HeaderClassName
{
color: #3CE5BC;
}
.AnyTagClassName
{
color: #3CE5BC;
}
</style>
background-color css
<style>
a { background-color: #3CE5BC; }
a { background-color: rgb(60,229,188); }
div.DivClassName
{
background-color: #3CE5BC;
}
.BgClassName
{
background-color: #3CE5BC;
}
</style>
border-color css
<style>
span { border-color: #3CE5BC; }
span { border-color: rgb(60,229,188); }
td.TdClassName
{
border-color: #3CE5BC;
}
.TagClassName
{
border-color: #3CE5BC;
}
</style>