Shades of Turquoise #3CEBBE
Tints of Turquoise #3CEBBE
RGB
CMYK
RGB Variations
Color information
#3CEBBE (or 0x3CEBBE) is known color: Turquoise. HEX triplet: 3C, EB and BE. RGB value is (60,235,190). Sum of RGB (Red+Green+Blue) = 60+235+190=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBBE is #C31441. Grayscale: #B1B1B1. Windows color (decimal): -12784706 or 12512060. OLE color: 12512060.
HSL color Cylindrical-coordinate representation of color #3CEBBE: hue angle of 164.57º 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 #3CEBBE is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 190 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.08 |
| HSL | 164.57º | 0.81% | 0.58% | - |
| HSV(B) | 164.57º | 0.74% | 0.92% | - |
| XYZ | 40.87 | 64.1 | 58.93 | - |
| YUV | 177.55 | 135.02 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 190 | 0.74 | 0 | 0.19 | 0.08 | 164.57 | 0.81 | 0.58 |
| Hex | 3C | EB | BE | 4A | 0 | 13 | 8 | A5 | 51 | 3A |
| Octal | 74 | 353 | 276 | 112 | 0 | 23 | 10 | 245 | 121 | 72 |
| Binary | 111100 | 11101011 | 10111110 | 1001010 | 0 | 10011 | 1000 | 10100101 | 1010001 | 111010 |
Color Harmonies of #3CEBBE
Complementary color
Monochromatic Colors of #3CEBBE
Black with #3CEBBE
Text Example
Text Example
White with #3CEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEBBE; }
p { color: rgb(60,235,190); }
H1.HeaderClassName
{
color: #3CEBBE;
}
.AnyTagClassName
{
color: #3CEBBE;
}
</style>
background-color css
<style>
a { background-color: #3CEBBE; }
a { background-color: rgb(60,235,190); }
div.DivClassName
{
background-color: #3CEBBE;
}
.BgClassName
{
background-color: #3CEBBE;
}
</style>
border-color css
<style>
span { border-color: #3CEBBE; }
span { border-color: rgb(60,235,190); }
td.TdClassName
{
border-color: #3CEBBE;
}
.TagClassName
{
border-color: #3CEBBE;
}
</style>