#3FFACE

Color #3FFACE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3FFACE

Tints of Turquoise #3FFACE

Color information

#3FFACE (or 0x3FFACE) is unknown color: approx Turquoise. HEX triplet: 3F, FA and CE. RGB value is (63,250,206). Sum of RGB (Red+Green+Blue) = 63+250+206=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFACE is #C00531. Grayscale: #BDBDBD. Windows color (decimal): -12584242 or 13564479. OLE color: 13564479.

HSL color Cylindrical-coordinate representation of color #3FFACE: hue angle of 165.88º 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 #3FFACE is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB63250206-
CMYK0.7500.180.02
HSL165.88º94.92%61.37%-
HSV(B)165.88º74.8%98.04%-
XYZ47.3873.8870.16-
YUV189.07137.5538.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 12.14%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=12.14%
G=48.17%
B=39.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632502060.7500.180.02165.8894.9261.37
Hex3FFACE4B0122a65f3d
Octal77372316113022224613775
Binary1111111111101011001110100101101001010101001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FFACE; }

 p { color: rgb(63,250,206); }

 H1.HeaderClassName
 {
   color: #3FFACE;
 }
 .AnyTagClassName
 {
   color: #3FFACE;
 }
</style>
background-color css

<style>
 a { background-color: #3FFACE; }

 a { background-color: rgb(63,250,206); }

 div.DivClassName
 {
   background-color: #3FFACE;
 }
 .BgClassName
 {
   background-color: #3FFACE;
 }
</style>
border-color css

<style>
 span { border-color: #3FFACE; }

 span { border-color: rgb(63,250,206); }

 td.TdClassName
 {
   border-color: #3FFACE;
 }
 .TagClassName
 {
   border-color: #3FFACE;
 }
</style>