#3FE8FA

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

Shades of Turquoise #3FE8FA

Tints of Turquoise #3FE8FA

Color information

#3FE8FA (or 0x3FE8FA) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and FA. RGB value is (63,232,250). Sum of RGB (Red+Green+Blue) = 63+232+250=545 (72% of max value = 765). Red value is 63 (25% from 255 or 11.56% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FE8FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE8FA is #C01705. Grayscale: #B7B7B7. Windows color (decimal): -12588806 or 16443455. OLE color: 16443455.

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

Color convert

RGB63232250-
CMYK0.750.0700.02
HSL185.78º94.92%61.37%-
HSV(B)185.78º74.8%98.04%-
XYZ48.1665.67100.58-
YUV183.52165.5142.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.56%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=11.56%
G=42.57%
B=45.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632322500.750.0700.02185.7894.9261.37
Hex3FE8FA4B702ba5f3d
Octal7735037211370227213775
Binary11111111101000111110101001011111010101110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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