Shades of Turquoise #3CFAE2
Tints of Turquoise #3CFAE2
RGB
CMYK
RGB Variations
Color information
#3CFAE2 (or 0x3CFAE2) is known color: Turquoise. HEX triplet: 3C, FA and E2. RGB value is (60,250,226). Sum of RGB (Red+Green+Blue) = 60+250+226=536 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.19% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAE2 is #C3051D. Grayscale: #BEBEBE. Windows color (decimal): -12780830 or 14875196. OLE color: 14875196.
HSL color Cylindrical-coordinate representation of color #3CFAE2: hue angle of 172.42º 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 #3CFAE2 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 226 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.02 |
| HSL | 172.42º | 0.95% | 0.61% | - |
| HSV(B) | 172.42º | 0.76% | 0.98% | - |
| XYZ | 49.78 | 74.82 | 83.77 | - |
| YUV | 190.45 | 148.05 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 226 | 0.76 | 0 | 0.10 | 0.02 | 172.42 | 0.95 | 0.61 |
| Hex | 3C | FA | E2 | 4C | 0 | A | 2 | AC | 5F | 3D |
| Octal | 74 | 372 | 342 | 114 | 0 | 12 | 2 | 254 | 137 | 75 |
| Binary | 111100 | 11111010 | 11100010 | 1001100 | 0 | 1010 | 10 | 10101100 | 1011111 | 111101 |
Color Harmonies of #3CFAE2
Complementary color
Monochromatic Colors of #3CFAE2
Black with #3CFAE2
Text Example
Text Example
White with #3CFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAE2; }
p { color: rgb(60,250,226); }
H1.HeaderClassName
{
color: #3CFAE2;
}
.AnyTagClassName
{
color: #3CFAE2;
}
</style>
background-color css
<style>
a { background-color: #3CFAE2; }
a { background-color: rgb(60,250,226); }
div.DivClassName
{
background-color: #3CFAE2;
}
.BgClassName
{
background-color: #3CFAE2;
}
</style>
border-color css
<style>
span { border-color: #3CFAE2; }
span { border-color: rgb(60,250,226); }
td.TdClassName
{
border-color: #3CFAE2;
}
.TagClassName
{
border-color: #3CFAE2;
}
</style>