Shades of Turquoise #3CF8C7
Tints of Turquoise #3CF8C7
RGB
CMYK
RGB Variations
Color information
#3CF8C7 (or 0x3CF8C7) is known color: Turquoise. HEX triplet: 3C, F8 and C7. RGB value is (60,248,199). Sum of RGB (Red+Green+Blue) = 60+248+199=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF8C7 is #C30738. Grayscale: #BABABA. Windows color (decimal): -12781369 or 13105212. OLE color: 13105212.
HSL color Cylindrical-coordinate representation of color #3CF8C7: hue angle of 164.36º 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 #3CF8C7 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 199 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.03 |
| HSL | 164.36º | 0.93% | 0.6% | - |
| HSV(B) | 164.36º | 0.76% | 0.97% | - |
| XYZ | 45.74 | 72.22 | 65.56 | - |
| YUV | 186.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 199 | 0.76 | 0 | 0.20 | 0.03 | 164.36 | 0.93 | 0.6 |
| Hex | 3C | F8 | C7 | 4C | 0 | 14 | 3 | A4 | 5D | 3C |
| Octal | 74 | 370 | 307 | 114 | 0 | 24 | 3 | 244 | 135 | 74 |
| Binary | 111100 | 11111000 | 11000111 | 1001100 | 0 | 10100 | 11 | 10100100 | 1011101 | 111100 |
Color Harmonies of #3CF8C7
Complementary color
Monochromatic Colors of #3CF8C7
Black with #3CF8C7
Text Example
Text Example
White with #3CF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8C7; }
p { color: rgb(60,248,199); }
H1.HeaderClassName
{
color: #3CF8C7;
}
.AnyTagClassName
{
color: #3CF8C7;
}
</style>
background-color css
<style>
a { background-color: #3CF8C7; }
a { background-color: rgb(60,248,199); }
div.DivClassName
{
background-color: #3CF8C7;
}
.BgClassName
{
background-color: #3CF8C7;
}
</style>
border-color css
<style>
span { border-color: #3CF8C7; }
span { border-color: rgb(60,248,199); }
td.TdClassName
{
border-color: #3CF8C7;
}
.TagClassName
{
border-color: #3CF8C7;
}
</style>