Shades of Turquoise #3CFCD6
Tints of Turquoise #3CFCD6
RGB
CMYK
RGB Variations
Color information
#3CFCD6 (or 0x3CFCD6) is known color: Turquoise. HEX triplet: 3C, FC and D6. RGB value is (60,252,214). Sum of RGB (Red+Green+Blue) = 60+252+214=526 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.41% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCD6 is #C30329. Grayscale: #BEBEBE. Windows color (decimal): -12780330 or 14089276. OLE color: 14089276.
HSL color Cylindrical-coordinate representation of color #3CFCD6: hue angle of 168.12º 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 #3CFCD6 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 214 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.01 |
| HSL | 168.13º | 0.97% | 0.61% | - |
| HSV(B) | 168.13º | 0.76% | 0.99% | - |
| XYZ | 48.81 | 75.44 | 75.61 | - |
| YUV | 190.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 214 | 0.76 | 0 | 0.15 | 0.01 | 168.13 | 0.97 | 0.61 |
| Hex | 3C | FC | D6 | 4C | 0 | F | 1 | A8 | 61 | 3D |
| Octal | 74 | 374 | 326 | 114 | 0 | 17 | 1 | 250 | 141 | 75 |
| Binary | 111100 | 11111100 | 11010110 | 1001100 | 0 | 1111 | 1 | 10101000 | 1100001 | 111101 |
Color Harmonies of #3CFCD6
Complementary color
Monochromatic Colors of #3CFCD6
Black with #3CFCD6
Text Example
Text Example
White with #3CFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCD6; }
p { color: rgb(60,252,214); }
H1.HeaderClassName
{
color: #3CFCD6;
}
.AnyTagClassName
{
color: #3CFCD6;
}
</style>
background-color css
<style>
a { background-color: #3CFCD6; }
a { background-color: rgb(60,252,214); }
div.DivClassName
{
background-color: #3CFCD6;
}
.BgClassName
{
background-color: #3CFCD6;
}
</style>
border-color css
<style>
span { border-color: #3CFCD6; }
span { border-color: rgb(60,252,214); }
td.TdClassName
{
border-color: #3CFCD6;
}
.TagClassName
{
border-color: #3CFCD6;
}
</style>