Shades of Turquoise #3CE5BD
Tints of Turquoise #3CE5BD
RGB
CMYK
RGB Variations
Color information
#3CE5BD (or 0x3CE5BD) is known color: Turquoise. HEX triplet: 3C, E5 and BD. RGB value is (60,229,189). Sum of RGB (Red+Green+Blue) = 60+229+189=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE5BD is #C31A42. Grayscale: #ADADAD. Windows color (decimal): -12786243 or 12444988. OLE color: 12444988.
HSL color Cylindrical-coordinate representation of color #3CE5BD: hue angle of 165.8º 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 #3CE5BD is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 189 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.10 |
| HSL | 165.8º | 0.76% | 0.57% | - |
| HSV(B) | 165.8º | 0.74% | 0.9% | - |
| XYZ | 39.07 | 60.67 | 57.8 | - |
| YUV | 173.91 | 136.51 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 189 | 0.74 | 0 | 0.17 | 0.10 | 165.8 | 0.76 | 0.57 |
| Hex | 3C | E5 | BD | 4A | 0 | 11 | A | A6 | 4C | 39 |
| Octal | 74 | 345 | 275 | 112 | 0 | 21 | 12 | 246 | 114 | 71 |
| Binary | 111100 | 11100101 | 10111101 | 1001010 | 0 | 10001 | 1010 | 10100110 | 1001100 | 111001 |
Color Harmonies of #3CE5BD
Complementary color
Monochromatic Colors of #3CE5BD
Black with #3CE5BD
Text Example
Text Example
White with #3CE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE5BD; }
p { color: rgb(60,229,189); }
H1.HeaderClassName
{
color: #3CE5BD;
}
.AnyTagClassName
{
color: #3CE5BD;
}
</style>
background-color css
<style>
a { background-color: #3CE5BD; }
a { background-color: rgb(60,229,189); }
div.DivClassName
{
background-color: #3CE5BD;
}
.BgClassName
{
background-color: #3CE5BD;
}
</style>
border-color css
<style>
span { border-color: #3CE5BD; }
span { border-color: rgb(60,229,189); }
td.TdClassName
{
border-color: #3CE5BD;
}
.TagClassName
{
border-color: #3CE5BD;
}
</style>