Shades of Turquoise #3FFACF
Tints of Turquoise #3FFACF
RGB
CMYK
RGB Variations
Color information
#3FFACF (or 0x3FFACF) is known color: Turquoise. HEX triplet: 3F, FA and CF. RGB value is (63,250,207). Sum of RGB (Red+Green+Blue) = 63+250+207=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFACF is #C00530. Grayscale: #BDBDBD. Windows color (decimal): -12584241 or 13630015. OLE color: 13630015.
HSL color Cylindrical-coordinate representation of color #3FFACF: hue angle of 166.2º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFACF is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 207 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.02 |
| HSL | 166.2º | 0.95% | 0.61% | - |
| HSV(B) | 166.2º | 0.75% | 0.98% | - |
| XYZ | 47.5 | 73.93 | 70.8 | - |
| YUV | 189.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 207 | 0.75 | 0 | 0.17 | 0.02 | 166.2 | 0.95 | 0.61 |
| Hex | 3F | FA | CF | 4B | 0 | 11 | 2 | A6 | 5F | 3D |
| Octal | 77 | 372 | 317 | 113 | 0 | 21 | 2 | 246 | 137 | 75 |
| Binary | 111111 | 11111010 | 11001111 | 1001011 | 0 | 10001 | 10 | 10100110 | 1011111 | 111101 |
Color Harmonies of #3FFACF
Complementary color
Monochromatic Colors of #3FFACF
Black with #3FFACF
Text Example
Text Example
White with #3FFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFACF; }
p { color: rgb(63,250,207); }
H1.HeaderClassName
{
color: #3FFACF;
}
.AnyTagClassName
{
color: #3FFACF;
}
</style>
background-color css
<style>
a { background-color: #3FFACF; }
a { background-color: rgb(63,250,207); }
div.DivClassName
{
background-color: #3FFACF;
}
.BgClassName
{
background-color: #3FFACF;
}
</style>
border-color css
<style>
span { border-color: #3FFACF; }
span { border-color: rgb(63,250,207); }
td.TdClassName
{
border-color: #3FFACF;
}
.TagClassName
{
border-color: #3FFACF;
}
</style>