Shades of Turquoise #3CF7CC
Tints of Turquoise #3CF7CC
RGB
CMYK
RGB Variations
Color information
#3CF7CC (or 0x3CF7CC) is known color: Turquoise. HEX triplet: 3C, F7 and CC. RGB value is (60,247,204). Sum of RGB (Red+Green+Blue) = 60+247+204=511 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.74% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF7CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF7CC is #C30833. Grayscale: #BABABA. Windows color (decimal): -12781620 or 13432636. OLE color: 13432636.
HSL color Cylindrical-coordinate representation of color #3CF7CC: hue angle of 166.2º degrees, saturation: 0.92, 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 #3CF7CC is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 204 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.03 |
| HSL | 166.2º | 0.92% | 0.6% | - |
| HSV(B) | 166.2º | 0.76% | 0.97% | - |
| XYZ | 46.02 | 71.84 | 68.57 | - |
| YUV | 186.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 204 | 0.76 | 0 | 0.17 | 0.03 | 166.2 | 0.92 | 0.6 |
| Hex | 3C | F7 | CC | 4C | 0 | 11 | 3 | A6 | 5C | 3C |
| Octal | 74 | 367 | 314 | 114 | 0 | 21 | 3 | 246 | 134 | 74 |
| Binary | 111100 | 11110111 | 11001100 | 1001100 | 0 | 10001 | 11 | 10100110 | 1011100 | 111100 |
Color Harmonies of #3CF7CC
Complementary color
Monochromatic Colors of #3CF7CC
Black with #3CF7CC
Text Example
Text Example
White with #3CF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF7CC; }
p { color: rgb(60,247,204); }
H1.HeaderClassName
{
color: #3CF7CC;
}
.AnyTagClassName
{
color: #3CF7CC;
}
</style>
background-color css
<style>
a { background-color: #3CF7CC; }
a { background-color: rgb(60,247,204); }
div.DivClassName
{
background-color: #3CF7CC;
}
.BgClassName
{
background-color: #3CF7CC;
}
</style>
border-color css
<style>
span { border-color: #3CF7CC; }
span { border-color: rgb(60,247,204); }
td.TdClassName
{
border-color: #3CF7CC;
}
.TagClassName
{
border-color: #3CF7CC;
}
</style>