Shades of Turquoise #3CEBEA
Tints of Turquoise #3CEBEA
RGB
CMYK
RGB Variations
Color information
#3CEBEA (or 0x3CEBEA) is known color: Turquoise. HEX triplet: 3C, EB and EA. RGB value is (60,235,234). Sum of RGB (Red+Green+Blue) = 60+235+234=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEBEA is #C31415. Grayscale: #B6B6B6. Windows color (decimal): -12784662 or 15395644. OLE color: 15395644.
HSL color Cylindrical-coordinate representation of color #3CEBEA: hue angle of 179.66º 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 #3CEBEA is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 234 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.08 |
| HSL | 179.66º | 0.81% | 0.58% | - |
| HSV(B) | 179.66º | 0.74% | 0.92% | - |
| XYZ | 46.42 | 66.32 | 88.2 | - |
| YUV | 182.56 | 157.02 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 234 | 0.74 | 0 | 0.00 | 0.08 | 179.66 | 0.81 | 0.58 |
| Hex | 3C | EB | EA | 4A | 0 | 0 | 8 | B4 | 51 | 3A |
| Octal | 74 | 353 | 352 | 112 | 0 | 0 | 10 | 264 | 121 | 72 |
| Binary | 111100 | 11101011 | 11101010 | 1001010 | 0 | 0 | 1000 | 10110100 | 1010001 | 111010 |
Color Harmonies of #3CEBEA
Complementary color
Monochromatic Colors of #3CEBEA
Black with #3CEBEA
Text Example
Text Example
White with #3CEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEBEA; }
p { color: rgb(60,235,234); }
H1.HeaderClassName
{
color: #3CEBEA;
}
.AnyTagClassName
{
color: #3CEBEA;
}
</style>
background-color css
<style>
a { background-color: #3CEBEA; }
a { background-color: rgb(60,235,234); }
div.DivClassName
{
background-color: #3CEBEA;
}
.BgClassName
{
background-color: #3CEBEA;
}
</style>
border-color css
<style>
span { border-color: #3CEBEA; }
span { border-color: rgb(60,235,234); }
td.TdClassName
{
border-color: #3CEBEA;
}
.TagClassName
{
border-color: #3CEBEA;
}
</style>