Shades of Turquoise #3CFCD3
Tints of Turquoise #3CFCD3
RGB
CMYK
RGB Variations
Color information
#3CFCD3 (or 0x3CFCD3) is known color: Turquoise. HEX triplet: 3C, FC and D3. RGB value is (60,252,211). Sum of RGB (Red+Green+Blue) = 60+252+211=523 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.47% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCD3 is #C3032C. Grayscale: #BDBDBD. Windows color (decimal): -12780333 or 13892668. OLE color: 13892668.
HSL color Cylindrical-coordinate representation of color #3CFCD3: hue angle of 167.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 #3CFCD3 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 211 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.01 |
| HSL | 167.19º | 0.97% | 0.61% | - |
| HSV(B) | 167.19º | 0.76% | 0.99% | - |
| XYZ | 48.43 | 75.28 | 73.61 | - |
| YUV | 189.92 | 139.89 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 211 | 0.76 | 0 | 0.16 | 0.01 | 167.19 | 0.97 | 0.61 |
| Hex | 3C | FC | D3 | 4C | 0 | 10 | 1 | A7 | 61 | 3D |
| Octal | 74 | 374 | 323 | 114 | 0 | 20 | 1 | 247 | 141 | 75 |
| Binary | 111100 | 11111100 | 11010011 | 1001100 | 0 | 10000 | 1 | 10100111 | 1100001 | 111101 |
Color Harmonies of #3CFCD3
Complementary color
Monochromatic Colors of #3CFCD3
Black with #3CFCD3
Text Example
Text Example
White with #3CFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCD3; }
p { color: rgb(60,252,211); }
H1.HeaderClassName
{
color: #3CFCD3;
}
.AnyTagClassName
{
color: #3CFCD3;
}
</style>
background-color css
<style>
a { background-color: #3CFCD3; }
a { background-color: rgb(60,252,211); }
div.DivClassName
{
background-color: #3CFCD3;
}
.BgClassName
{
background-color: #3CFCD3;
}
</style>
border-color css
<style>
span { border-color: #3CFCD3; }
span { border-color: rgb(60,252,211); }
td.TdClassName
{
border-color: #3CFCD3;
}
.TagClassName
{
border-color: #3CFCD3;
}
</style>