Shades of Turquoise #3CFAD0
Tints of Turquoise #3CFAD0
RGB
CMYK
RGB Variations
Color information
#3CFAD0 (or 0x3CFAD0) is known color: Turquoise. HEX triplet: 3C, FA and D0. RGB value is (60,250,208). Sum of RGB (Red+Green+Blue) = 60+250+208=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAD0 is #C3052F. Grayscale: #BCBCBC. Windows color (decimal): -12780848 or 13695548. OLE color: 13695548.
HSL color Cylindrical-coordinate representation of color #3CFAD0: hue angle of 166.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFAD0 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 208 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.02 |
| HSL | 166.74º | 0.95% | 0.61% | - |
| HSV(B) | 166.74º | 0.76% | 0.98% | - |
| XYZ | 47.43 | 73.89 | 71.44 | - |
| YUV | 188.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 208 | 0.76 | 0 | 0.17 | 0.02 | 166.74 | 0.95 | 0.61 |
| Hex | 3C | FA | D0 | 4C | 0 | 11 | 2 | A7 | 5F | 3D |
| Octal | 74 | 372 | 320 | 114 | 0 | 21 | 2 | 247 | 137 | 75 |
| Binary | 111100 | 11111010 | 11010000 | 1001100 | 0 | 10001 | 10 | 10100111 | 1011111 | 111101 |
Color Harmonies of #3CFAD0
Complementary color
Monochromatic Colors of #3CFAD0
Black with #3CFAD0
Text Example
Text Example
White with #3CFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAD0; }
p { color: rgb(60,250,208); }
H1.HeaderClassName
{
color: #3CFAD0;
}
.AnyTagClassName
{
color: #3CFAD0;
}
</style>
background-color css
<style>
a { background-color: #3CFAD0; }
a { background-color: rgb(60,250,208); }
div.DivClassName
{
background-color: #3CFAD0;
}
.BgClassName
{
background-color: #3CFAD0;
}
</style>
border-color css
<style>
span { border-color: #3CFAD0; }
span { border-color: rgb(60,250,208); }
td.TdClassName
{
border-color: #3CFAD0;
}
.TagClassName
{
border-color: #3CFAD0;
}
</style>