Shades of Turquoise #3CEAC3
Tints of Turquoise #3CEAC3
RGB
CMYK
RGB Variations
Color information
#3CEAC3 (or 0x3CEAC3) is known color: Turquoise. HEX triplet: 3C, EA and C3. RGB value is (60,234,195). Sum of RGB (Red+Green+Blue) = 60+234+195=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEAC3 is #C3153C. Grayscale: #B1B1B1. Windows color (decimal): -12784957 or 12839484. OLE color: 12839484.
HSL color Cylindrical-coordinate representation of color #3CEAC3: hue angle of 166.55º 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 #3CEAC3 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 195 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.08 |
| HSL | 166.55º | 0.81% | 0.58% | - |
| HSV(B) | 166.55º | 0.74% | 0.92% | - |
| XYZ | 41.14 | 63.75 | 61.77 | - |
| YUV | 177.53 | 137.85 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 195 | 0.74 | 0 | 0.17 | 0.08 | 166.55 | 0.81 | 0.58 |
| Hex | 3C | EA | C3 | 4A | 0 | 11 | 8 | A7 | 51 | 3A |
| Octal | 74 | 352 | 303 | 112 | 0 | 21 | 10 | 247 | 121 | 72 |
| Binary | 111100 | 11101010 | 11000011 | 1001010 | 0 | 10001 | 1000 | 10100111 | 1010001 | 111010 |
Color Harmonies of #3CEAC3
Complementary color
Monochromatic Colors of #3CEAC3
Black with #3CEAC3
Text Example
Text Example
White with #3CEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAC3; }
p { color: rgb(60,234,195); }
H1.HeaderClassName
{
color: #3CEAC3;
}
.AnyTagClassName
{
color: #3CEAC3;
}
</style>
background-color css
<style>
a { background-color: #3CEAC3; }
a { background-color: rgb(60,234,195); }
div.DivClassName
{
background-color: #3CEAC3;
}
.BgClassName
{
background-color: #3CEAC3;
}
</style>
border-color css
<style>
span { border-color: #3CEAC3; }
span { border-color: rgb(60,234,195); }
td.TdClassName
{
border-color: #3CEAC3;
}
.TagClassName
{
border-color: #3CEAC3;
}
</style>