Shades of Turquoise #3CEBD0
Tints of Turquoise #3CEBD0
RGB
CMYK
RGB Variations
Color information
#3CEBD0 (or 0x3CEBD0) is known color: Turquoise. HEX triplet: 3C, EB and D0. RGB value is (60,235,208). Sum of RGB (Red+Green+Blue) = 60+235+208=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBD0 is #C3142F. Grayscale: #B3B3B3. Windows color (decimal): -12784688 or 13691708. OLE color: 13691708.
HSL color Cylindrical-coordinate representation of color #3CEBD0: hue angle of 170.74º 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 #3CEBD0 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 208 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.08 |
| HSL | 170.74º | 0.81% | 0.58% | - |
| HSV(B) | 170.74º | 0.74% | 0.92% | - |
| XYZ | 42.96 | 64.93 | 69.94 | - |
| YUV | 179.6 | 144.02 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 208 | 0.74 | 0 | 0.11 | 0.08 | 170.74 | 0.81 | 0.58 |
| Hex | 3C | EB | D0 | 4A | 0 | B | 8 | AB | 51 | 3A |
| Octal | 74 | 353 | 320 | 112 | 0 | 13 | 10 | 253 | 121 | 72 |
| Binary | 111100 | 11101011 | 11010000 | 1001010 | 0 | 1011 | 1000 | 10101011 | 1010001 | 111010 |
Color Harmonies of #3CEBD0
Complementary color
Monochromatic Colors of #3CEBD0
Black with #3CEBD0
Text Example
Text Example
White with #3CEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEBD0; }
p { color: rgb(60,235,208); }
H1.HeaderClassName
{
color: #3CEBD0;
}
.AnyTagClassName
{
color: #3CEBD0;
}
</style>
background-color css
<style>
a { background-color: #3CEBD0; }
a { background-color: rgb(60,235,208); }
div.DivClassName
{
background-color: #3CEBD0;
}
.BgClassName
{
background-color: #3CEBD0;
}
</style>
border-color css
<style>
span { border-color: #3CEBD0; }
span { border-color: rgb(60,235,208); }
td.TdClassName
{
border-color: #3CEBD0;
}
.TagClassName
{
border-color: #3CEBD0;
}
</style>