Shades of Turquoise #3CF8C6
Tints of Turquoise #3CF8C6
RGB
CMYK
RGB Variations
Color information
#3CF8C6 (or 0x3CF8C6) is known color: Turquoise. HEX triplet: 3C, F8 and C6. RGB value is (60,248,198). Sum of RGB (Red+Green+Blue) = 60+248+198=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF8C6 is #C30739. Grayscale: #BABABA. Windows color (decimal): -12781370 or 13039676. OLE color: 13039676.
HSL color Cylindrical-coordinate representation of color #3CF8C6: hue angle of 164.04º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF8C6 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 198 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.03 |
| HSL | 164.04º | 0.93% | 0.6% | - |
| HSV(B) | 164.04º | 0.76% | 0.97% | - |
| XYZ | 45.62 | 72.17 | 64.95 | - |
| YUV | 186.09 | 134.72 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 198 | 0.76 | 0 | 0.20 | 0.03 | 164.04 | 0.93 | 0.6 |
| Hex | 3C | F8 | C6 | 4C | 0 | 14 | 3 | A4 | 5D | 3C |
| Octal | 74 | 370 | 306 | 114 | 0 | 24 | 3 | 244 | 135 | 74 |
| Binary | 111100 | 11111000 | 11000110 | 1001100 | 0 | 10100 | 11 | 10100100 | 1011101 | 111100 |
Color Harmonies of #3CF8C6
Complementary color
Monochromatic Colors of #3CF8C6
Black with #3CF8C6
Text Example
Text Example
White with #3CF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8C6; }
p { color: rgb(60,248,198); }
H1.HeaderClassName
{
color: #3CF8C6;
}
.AnyTagClassName
{
color: #3CF8C6;
}
</style>
background-color css
<style>
a { background-color: #3CF8C6; }
a { background-color: rgb(60,248,198); }
div.DivClassName
{
background-color: #3CF8C6;
}
.BgClassName
{
background-color: #3CF8C6;
}
</style>
border-color css
<style>
span { border-color: #3CF8C6; }
span { border-color: rgb(60,248,198); }
td.TdClassName
{
border-color: #3CF8C6;
}
.TagClassName
{
border-color: #3CF8C6;
}
</style>