Shades of Turquoise #3CFDCF
Tints of Turquoise #3CFDCF
RGB
CMYK
RGB Variations
Color information
#3CFDCF (or 0x3CFDCF) is known color: Turquoise. HEX triplet: 3C, FD and CF. RGB value is (60,253,207). Sum of RGB (Red+Green+Blue) = 60+253+207=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFDCF is #C30230. Grayscale: #BEBEBE. Windows color (decimal): -12780081 or 13630780. OLE color: 13630780.
HSL color Cylindrical-coordinate representation of color #3CFDCF: hue angle of 165.7º degrees, saturation: 0.98, 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 #3CFDCF is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 207 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.01 |
| HSL | 165.7º | 0.98% | 0.61% | - |
| HSV(B) | 165.7º | 0.76% | 0.99% | - |
| XYZ | 48.25 | 75.72 | 71.1 | - |
| YUV | 190.05 | 137.56 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 207 | 0.76 | 0 | 0.18 | 0.01 | 165.7 | 0.98 | 0.61 |
| Hex | 3C | FD | CF | 4C | 0 | 12 | 1 | A6 | 62 | 3D |
| Octal | 74 | 375 | 317 | 114 | 0 | 22 | 1 | 246 | 142 | 75 |
| Binary | 111100 | 11111101 | 11001111 | 1001100 | 0 | 10010 | 1 | 10100110 | 1100010 | 111101 |
Color Harmonies of #3CFDCF
Complementary color
Monochromatic Colors of #3CFDCF
Black with #3CFDCF
Text Example
Text Example
White with #3CFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDCF; }
p { color: rgb(60,253,207); }
H1.HeaderClassName
{
color: #3CFDCF;
}
.AnyTagClassName
{
color: #3CFDCF;
}
</style>
background-color css
<style>
a { background-color: #3CFDCF; }
a { background-color: rgb(60,253,207); }
div.DivClassName
{
background-color: #3CFDCF;
}
.BgClassName
{
background-color: #3CFDCF;
}
</style>
border-color css
<style>
span { border-color: #3CFDCF; }
span { border-color: rgb(60,253,207); }
td.TdClassName
{
border-color: #3CFDCF;
}
.TagClassName
{
border-color: #3CFDCF;
}
</style>