Shades of Turquoise #3CFCD5
Tints of Turquoise #3CFCD5
RGB
CMYK
RGB Variations
Color information
#3CFCD5 (or 0x3CFCD5) is known color: Turquoise. HEX triplet: 3C, FC and D5. RGB value is (60,252,213). Sum of RGB (Red+Green+Blue) = 60+252+213=525 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.43% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCD5 is #C3032A. Grayscale: #BEBEBE. Windows color (decimal): -12780331 or 14023740. OLE color: 14023740.
HSL color Cylindrical-coordinate representation of color #3CFCD5: hue angle of 167.81º 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 #3CFCD5 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 213 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.01 |
| HSL | 167.81º | 0.97% | 0.61% | - |
| HSV(B) | 167.81º | 0.76% | 0.99% | - |
| XYZ | 48.68 | 75.39 | 74.94 | - |
| YUV | 190.15 | 140.89 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 213 | 0.76 | 0 | 0.15 | 0.01 | 167.81 | 0.97 | 0.61 |
| Hex | 3C | FC | D5 | 4C | 0 | F | 1 | A8 | 61 | 3D |
| Octal | 74 | 374 | 325 | 114 | 0 | 17 | 1 | 250 | 141 | 75 |
| Binary | 111100 | 11111100 | 11010101 | 1001100 | 0 | 1111 | 1 | 10101000 | 1100001 | 111101 |
Color Harmonies of #3CFCD5
Complementary color
Monochromatic Colors of #3CFCD5
Black with #3CFCD5
Text Example
Text Example
White with #3CFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCD5; }
p { color: rgb(60,252,213); }
H1.HeaderClassName
{
color: #3CFCD5;
}
.AnyTagClassName
{
color: #3CFCD5;
}
</style>
background-color css
<style>
a { background-color: #3CFCD5; }
a { background-color: rgb(60,252,213); }
div.DivClassName
{
background-color: #3CFCD5;
}
.BgClassName
{
background-color: #3CFCD5;
}
</style>
border-color css
<style>
span { border-color: #3CFCD5; }
span { border-color: rgb(60,252,213); }
td.TdClassName
{
border-color: #3CFCD5;
}
.TagClassName
{
border-color: #3CFCD5;
}
</style>