Shades of Turquoise #3CEFC6
Tints of Turquoise #3CEFC6
RGB
CMYK
RGB Variations
Color information
#3CEFC6 (or 0x3CEFC6) is known color: Turquoise. HEX triplet: 3C, EF and C6. RGB value is (60,239,198). Sum of RGB (Red+Green+Blue) = 60+239+198=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFC6 is #C31039. Grayscale: #B4B4B4. Windows color (decimal): -12783674 or 13037372. OLE color: 13037372.
HSL color Cylindrical-coordinate representation of color #3CEFC6: hue angle of 166.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFC6 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 198 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.06 |
| HSL | 166.26º | 0.85% | 0.59% | - |
| HSV(B) | 166.26º | 0.75% | 0.94% | - |
| XYZ | 42.92 | 66.77 | 64.05 | - |
| YUV | 180.81 | 137.7 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 198 | 0.75 | 0 | 0.17 | 0.06 | 166.26 | 0.85 | 0.59 |
| Hex | 3C | EF | C6 | 4B | 0 | 11 | 6 | A6 | 55 | 3B |
| Octal | 74 | 357 | 306 | 113 | 0 | 21 | 6 | 246 | 125 | 73 |
| Binary | 111100 | 11101111 | 11000110 | 1001011 | 0 | 10001 | 110 | 10100110 | 1010101 | 111011 |
Color Harmonies of #3CEFC6
Complementary color
Monochromatic Colors of #3CEFC6
Black with #3CEFC6
Text Example
Text Example
White with #3CEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFC6; }
p { color: rgb(60,239,198); }
H1.HeaderClassName
{
color: #3CEFC6;
}
.AnyTagClassName
{
color: #3CEFC6;
}
</style>
background-color css
<style>
a { background-color: #3CEFC6; }
a { background-color: rgb(60,239,198); }
div.DivClassName
{
background-color: #3CEFC6;
}
.BgClassName
{
background-color: #3CEFC6;
}
</style>
border-color css
<style>
span { border-color: #3CEFC6; }
span { border-color: rgb(60,239,198); }
td.TdClassName
{
border-color: #3CEFC6;
}
.TagClassName
{
border-color: #3CEFC6;
}
</style>