Shades of Turquoise #3CFAF7
Tints of Turquoise #3CFAF7
RGB
CMYK
RGB Variations
Color information
#3CFAF7 (or 0x3CFAF7) is known color: Turquoise. HEX triplet: 3C, FA and F7. RGB value is (60,250,247). Sum of RGB (Red+Green+Blue) = 60+250+247=557 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.77% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFAF7 is #C30508. Grayscale: #C0C0C0. Windows color (decimal): -12780809 or 16251452. OLE color: 16251452.
HSL color Cylindrical-coordinate representation of color #3CFAF7: hue angle of 179.05º 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 #3CFAF7 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 247 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.02 |
| HSL | 179.05º | 0.95% | 0.61% | - |
| HSV(B) | 179.05º | 0.76% | 0.98% | - |
| XYZ | 52.84 | 76.05 | 99.89 | - |
| YUV | 192.85 | 158.55 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 247 | 0.76 | 0 | 0.01 | 0.02 | 179.05 | 0.95 | 0.61 |
| Hex | 3C | FA | F7 | 4C | 0 | 1 | 2 | B3 | 5F | 3D |
| Octal | 74 | 372 | 367 | 114 | 0 | 1 | 2 | 263 | 137 | 75 |
| Binary | 111100 | 11111010 | 11110111 | 1001100 | 0 | 1 | 10 | 10110011 | 1011111 | 111101 |
Color Harmonies of #3CFAF7
Complementary color
Monochromatic Colors of #3CFAF7
Black with #3CFAF7
Text Example
Text Example
White with #3CFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAF7; }
p { color: rgb(60,250,247); }
H1.HeaderClassName
{
color: #3CFAF7;
}
.AnyTagClassName
{
color: #3CFAF7;
}
</style>
background-color css
<style>
a { background-color: #3CFAF7; }
a { background-color: rgb(60,250,247); }
div.DivClassName
{
background-color: #3CFAF7;
}
.BgClassName
{
background-color: #3CFAF7;
}
</style>
border-color css
<style>
span { border-color: #3CFAF7; }
span { border-color: rgb(60,250,247); }
td.TdClassName
{
border-color: #3CFAF7;
}
.TagClassName
{
border-color: #3CFAF7;
}
</style>