Shades of Turquoise #3CEDBC
Tints of Turquoise #3CEDBC
RGB
CMYK
RGB Variations
Color information
#3CEDBC (or 0x3CEDBC) is known color: Turquoise. HEX triplet: 3C, ED and BC. RGB value is (60,237,188). Sum of RGB (Red+Green+Blue) = 60+237+188=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDBC is #C31243. Grayscale: #B2B2B2. Windows color (decimal): -12784196 or 12381500. OLE color: 12381500.
HSL color Cylindrical-coordinate representation of color #3CEDBC: hue angle of 163.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDBC is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 188 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.07 |
| HSL | 163.39º | 0.83% | 0.58% | - |
| HSV(B) | 163.39º | 0.75% | 0.93% | - |
| XYZ | 41.22 | 65.16 | 57.98 | - |
| YUV | 178.49 | 133.36 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 188 | 0.75 | 0 | 0.21 | 0.07 | 163.39 | 0.83 | 0.58 |
| Hex | 3C | ED | BC | 4B | 0 | 15 | 7 | A3 | 53 | 3A |
| Octal | 74 | 355 | 274 | 113 | 0 | 25 | 7 | 243 | 123 | 72 |
| Binary | 111100 | 11101101 | 10111100 | 1001011 | 0 | 10101 | 111 | 10100011 | 1010011 | 111010 |
Color Harmonies of #3CEDBC
Complementary color
Monochromatic Colors of #3CEDBC
Black with #3CEDBC
Text Example
Text Example
White with #3CEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDBC; }
p { color: rgb(60,237,188); }
H1.HeaderClassName
{
color: #3CEDBC;
}
.AnyTagClassName
{
color: #3CEDBC;
}
</style>
background-color css
<style>
a { background-color: #3CEDBC; }
a { background-color: rgb(60,237,188); }
div.DivClassName
{
background-color: #3CEDBC;
}
.BgClassName
{
background-color: #3CEDBC;
}
</style>
border-color css
<style>
span { border-color: #3CEDBC; }
span { border-color: rgb(60,237,188); }
td.TdClassName
{
border-color: #3CEDBC;
}
.TagClassName
{
border-color: #3CEDBC;
}
</style>