#3FE6FA

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

Shades of Turquoise #3FE6FA

Tints of Turquoise #3FE6FA

Color information

#3FE6FA (or 0x3FE6FA) is unknown color: approx Turquoise. HEX triplet: 3F, E6 and FA. RGB value is (63,230,250). Sum of RGB (Red+Green+Blue) = 63+230+250=543 (71% of max value = 765). Red value is 63 (25% from 255 or 11.60% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FE6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE6FA is #C01905. Grayscale: #B6B6B6. Windows color (decimal): -12589318 or 16442943. OLE color: 16442943.

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

Color convert

RGB63230250-
CMYK0.750.0800.02
HSL186.42º94.92%61.37%-
HSV(B)186.42º74.8%98.04%-
XYZ47.664.55100.39-
YUV182.35166.1742.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.60%
GREEN value IS 230 (90.23% from 255) = 42.36%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=11.60%
G=42.36%
B=46.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632302500.750.0800.02186.4294.9261.37
Hex3FE6FA4B802ba5f3d
Octal77346372113100227213775
Binary111111111001101111101010010111000010101110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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