Shades of Turquoise #3CFAD2
Tints of Turquoise #3CFAD2
RGB
CMYK
RGB Variations
Color information
#3CFAD2 (or 0x3CFAD2) is known color: Turquoise. HEX triplet: 3C, FA and D2. RGB value is (60,250,210). Sum of RGB (Red+Green+Blue) = 60+250+210=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFAD2 is #C3052D. Grayscale: #BCBCBC. Windows color (decimal): -12780846 or 13826620. OLE color: 13826620.
HSL color Cylindrical-coordinate representation of color #3CFAD2: hue angle of 167.37º 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 #3CFAD2 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 210 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.02 |
| HSL | 167.37º | 0.95% | 0.61% | - |
| HSV(B) | 167.37º | 0.76% | 0.98% | - |
| XYZ | 47.68 | 73.99 | 72.74 | - |
| YUV | 188.63 | 140.05 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 210 | 0.76 | 0 | 0.16 | 0.02 | 167.37 | 0.95 | 0.61 |
| Hex | 3C | FA | D2 | 4C | 0 | 10 | 2 | A7 | 5F | 3D |
| Octal | 74 | 372 | 322 | 114 | 0 | 20 | 2 | 247 | 137 | 75 |
| Binary | 111100 | 11111010 | 11010010 | 1001100 | 0 | 10000 | 10 | 10100111 | 1011111 | 111101 |
Color Harmonies of #3CFAD2
Complementary color
Monochromatic Colors of #3CFAD2
Black with #3CFAD2
Text Example
Text Example
White with #3CFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAD2; }
p { color: rgb(60,250,210); }
H1.HeaderClassName
{
color: #3CFAD2;
}
.AnyTagClassName
{
color: #3CFAD2;
}
</style>
background-color css
<style>
a { background-color: #3CFAD2; }
a { background-color: rgb(60,250,210); }
div.DivClassName
{
background-color: #3CFAD2;
}
.BgClassName
{
background-color: #3CFAD2;
}
</style>
border-color css
<style>
span { border-color: #3CFAD2; }
span { border-color: rgb(60,250,210); }
td.TdClassName
{
border-color: #3CFAD2;
}
.TagClassName
{
border-color: #3CFAD2;
}
</style>