Shades of Turquoise #3CFAD5
Tints of Turquoise #3CFAD5
RGB
CMYK
RGB Variations
Color information
#3CFAD5 (or 0x3CFAD5) is known color: Turquoise. HEX triplet: 3C, FA and D5. RGB value is (60,250,213). Sum of RGB (Red+Green+Blue) = 60+250+213=523 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.47% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAD5 is #C3052A. Grayscale: #BCBCBC. Windows color (decimal): -12780843 or 14023228. OLE color: 14023228.
HSL color Cylindrical-coordinate representation of color #3CFAD5: hue angle of 168.32º 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 #3CFAD5 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 213 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.02 |
| HSL | 168.32º | 0.95% | 0.61% | - |
| HSV(B) | 168.32º | 0.76% | 0.98% | - |
| XYZ | 48.06 | 74.14 | 74.73 | - |
| YUV | 188.97 | 141.55 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 213 | 0.76 | 0 | 0.15 | 0.02 | 168.32 | 0.95 | 0.61 |
| Hex | 3C | FA | D5 | 4C | 0 | F | 2 | A8 | 5F | 3D |
| Octal | 74 | 372 | 325 | 114 | 0 | 17 | 2 | 250 | 137 | 75 |
| Binary | 111100 | 11111010 | 11010101 | 1001100 | 0 | 1111 | 10 | 10101000 | 1011111 | 111101 |
Color Harmonies of #3CFAD5
Complementary color
Monochromatic Colors of #3CFAD5
Black with #3CFAD5
Text Example
Text Example
White with #3CFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAD5; }
p { color: rgb(60,250,213); }
H1.HeaderClassName
{
color: #3CFAD5;
}
.AnyTagClassName
{
color: #3CFAD5;
}
</style>
background-color css
<style>
a { background-color: #3CFAD5; }
a { background-color: rgb(60,250,213); }
div.DivClassName
{
background-color: #3CFAD5;
}
.BgClassName
{
background-color: #3CFAD5;
}
</style>
border-color css
<style>
span { border-color: #3CFAD5; }
span { border-color: rgb(60,250,213); }
td.TdClassName
{
border-color: #3CFAD5;
}
.TagClassName
{
border-color: #3CFAD5;
}
</style>