Shades of Turquoise #3CFAF2
Tints of Turquoise #3CFAF2
RGB
CMYK
RGB Variations
Color information
#3CFAF2 (or 0x3CFAF2) is known color: Turquoise. HEX triplet: 3C, FA and F2. RGB value is (60,250,242). Sum of RGB (Red+Green+Blue) = 60+250+242=552 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.87% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFAF2 is #C3050D. Grayscale: #C0C0C0. Windows color (decimal): -12780814 or 15923772. OLE color: 15923772.
HSL color Cylindrical-coordinate representation of color #3CFAF2: hue angle of 177.47º 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 #3CFAF2 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 242 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.02 |
| HSL | 177.47º | 0.95% | 0.61% | - |
| HSV(B) | 177.47º | 0.76% | 0.98% | - |
| XYZ | 52.08 | 75.74 | 95.88 | - |
| YUV | 192.28 | 156.05 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 242 | 0.76 | 0 | 0.03 | 0.02 | 177.47 | 0.95 | 0.61 |
| Hex | 3C | FA | F2 | 4C | 0 | 3 | 2 | B1 | 5F | 3D |
| Octal | 74 | 372 | 362 | 114 | 0 | 3 | 2 | 261 | 137 | 75 |
| Binary | 111100 | 11111010 | 11110010 | 1001100 | 0 | 11 | 10 | 10110001 | 1011111 | 111101 |
Color Harmonies of #3CFAF2
Complementary color
Monochromatic Colors of #3CFAF2
Black with #3CFAF2
Text Example
Text Example
White with #3CFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAF2; }
p { color: rgb(60,250,242); }
H1.HeaderClassName
{
color: #3CFAF2;
}
.AnyTagClassName
{
color: #3CFAF2;
}
</style>
background-color css
<style>
a { background-color: #3CFAF2; }
a { background-color: rgb(60,250,242); }
div.DivClassName
{
background-color: #3CFAF2;
}
.BgClassName
{
background-color: #3CFAF2;
}
</style>
border-color css
<style>
span { border-color: #3CFAF2; }
span { border-color: rgb(60,250,242); }
td.TdClassName
{
border-color: #3CFAF2;
}
.TagClassName
{
border-color: #3CFAF2;
}
</style>