Shades of Turquoise #3CFCC3
Tints of Turquoise #3CFCC3
RGB
CMYK
RGB Variations
Color information
#3CFCC3 (or 0x3CFCC3) is known color: Turquoise. HEX triplet: 3C, FC and C3. RGB value is (60,252,195). Sum of RGB (Red+Green+Blue) = 60+252+195=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCC3 is #C3033C. Grayscale: #BCBCBC. Windows color (decimal): -12780349 or 12844092. OLE color: 12844092.
HSL color Cylindrical-coordinate representation of color #3CFCC3: hue angle of 162.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCC3 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 195 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.01 |
| HSL | 162.19º | 0.97% | 0.61% | - |
| HSV(B) | 162.19º | 0.76% | 0.99% | - |
| XYZ | 46.52 | 74.52 | 63.56 | - |
| YUV | 188.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 195 | 0.76 | 0 | 0.23 | 0.01 | 162.19 | 0.97 | 0.61 |
| Hex | 3C | FC | C3 | 4C | 0 | 17 | 1 | A2 | 61 | 3D |
| Octal | 74 | 374 | 303 | 114 | 0 | 27 | 1 | 242 | 141 | 75 |
| Binary | 111100 | 11111100 | 11000011 | 1001100 | 0 | 10111 | 1 | 10100010 | 1100001 | 111101 |
Color Harmonies of #3CFCC3
Complementary color
Monochromatic Colors of #3CFCC3
Black with #3CFCC3
Text Example
Text Example
White with #3CFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCC3; }
p { color: rgb(60,252,195); }
H1.HeaderClassName
{
color: #3CFCC3;
}
.AnyTagClassName
{
color: #3CFCC3;
}
</style>
background-color css
<style>
a { background-color: #3CFCC3; }
a { background-color: rgb(60,252,195); }
div.DivClassName
{
background-color: #3CFCC3;
}
.BgClassName
{
background-color: #3CFCC3;
}
</style>
border-color css
<style>
span { border-color: #3CFCC3; }
span { border-color: rgb(60,252,195); }
td.TdClassName
{
border-color: #3CFCC3;
}
.TagClassName
{
border-color: #3CFCC3;
}
</style>