Shades of Turquoise #3CEBCE
Tints of Turquoise #3CEBCE
RGB
CMYK
RGB Variations
Color information
#3CEBCE (or 0x3CEBCE) is known color: Turquoise. HEX triplet: 3C, EB and CE. RGB value is (60,235,206). Sum of RGB (Red+Green+Blue) = 60+235+206=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBCE is #C31431. Grayscale: #B3B3B3. Windows color (decimal): -12784690 or 13560636. OLE color: 13560636.
HSL color Cylindrical-coordinate representation of color #3CEBCE: hue angle of 170.06º 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 #3CEBCE is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 206 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.08 |
| HSL | 170.06º | 0.81% | 0.58% | - |
| HSV(B) | 170.06º | 0.74% | 0.92% | - |
| XYZ | 42.71 | 64.83 | 68.66 | - |
| YUV | 179.37 | 143.02 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 206 | 0.74 | 0 | 0.12 | 0.08 | 170.06 | 0.81 | 0.58 |
| Hex | 3C | EB | CE | 4A | 0 | C | 8 | AA | 51 | 3A |
| Octal | 74 | 353 | 316 | 112 | 0 | 14 | 10 | 252 | 121 | 72 |
| Binary | 111100 | 11101011 | 11001110 | 1001010 | 0 | 1100 | 1000 | 10101010 | 1010001 | 111010 |
Color Harmonies of #3CEBCE
Complementary color
Monochromatic Colors of #3CEBCE
Black with #3CEBCE
Text Example
Text Example
White with #3CEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEBCE; }
p { color: rgb(60,235,206); }
H1.HeaderClassName
{
color: #3CEBCE;
}
.AnyTagClassName
{
color: #3CEBCE;
}
</style>
background-color css
<style>
a { background-color: #3CEBCE; }
a { background-color: rgb(60,235,206); }
div.DivClassName
{
background-color: #3CEBCE;
}
.BgClassName
{
background-color: #3CEBCE;
}
</style>
border-color css
<style>
span { border-color: #3CEBCE; }
span { border-color: rgb(60,235,206); }
td.TdClassName
{
border-color: #3CEBCE;
}
.TagClassName
{
border-color: #3CEBCE;
}
</style>