Shades of Turquoise #3CE7C6
Tints of Turquoise #3CE7C6
RGB
CMYK
RGB Variations
Color information
#3CE7C6 (or 0x3CE7C6) is known color: Turquoise. HEX triplet: 3C, E7 and C6. RGB value is (60,231,198). Sum of RGB (Red+Green+Blue) = 60+231+198=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7C6 is #C31839. Grayscale: #B0B0B0. Windows color (decimal): -12785722 or 13035324. OLE color: 13035324.
HSL color Cylindrical-coordinate representation of color #3CE7C6: hue angle of 168.42º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE7C6 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 198 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.09 |
| HSL | 168.42º | 0.78% | 0.57% | - |
| HSV(B) | 168.42º | 0.74% | 0.91% | - |
| XYZ | 40.63 | 62.19 | 63.29 | - |
| YUV | 176.11 | 140.35 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 198 | 0.74 | 0 | 0.14 | 0.09 | 168.42 | 0.78 | 0.57 |
| Hex | 3C | E7 | C6 | 4A | 0 | E | 9 | A8 | 4E | 39 |
| Octal | 74 | 347 | 306 | 112 | 0 | 16 | 11 | 250 | 116 | 71 |
| Binary | 111100 | 11100111 | 11000110 | 1001010 | 0 | 1110 | 1001 | 10101000 | 1001110 | 111001 |
Color Harmonies of #3CE7C6
Complementary color
Monochromatic Colors of #3CE7C6
Black with #3CE7C6
Text Example
Text Example
White with #3CE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE7C6; }
p { color: rgb(60,231,198); }
H1.HeaderClassName
{
color: #3CE7C6;
}
.AnyTagClassName
{
color: #3CE7C6;
}
</style>
background-color css
<style>
a { background-color: #3CE7C6; }
a { background-color: rgb(60,231,198); }
div.DivClassName
{
background-color: #3CE7C6;
}
.BgClassName
{
background-color: #3CE7C6;
}
</style>
border-color css
<style>
span { border-color: #3CE7C6; }
span { border-color: rgb(60,231,198); }
td.TdClassName
{
border-color: #3CE7C6;
}
.TagClassName
{
border-color: #3CE7C6;
}
</style>