#3FFEE9

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

Shades of Turquoise #3FFEE9

Tints of Turquoise #3FFEE9

Color information

#3FFEE9 (or 0x3FFEE9) is unknown color: approx Turquoise. HEX triplet: 3F, FE and E9. RGB value is (63,254,233). Sum of RGB (Red+Green+Blue) = 63+254+233=550 (72% of max value = 765). Red value is 63 (25% from 255 or 11.45% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFEE9 is #C00116. Grayscale: #C2C2C2. Windows color (decimal): -12583191 or 15334975. OLE color: 15334975.

HSL color Cylindrical-coordinate representation of color #3FFEE9: hue angle of 173.4º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEE9 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB63254233-
CMYK0.7500.080.00
HSL173.4º98.96%62.16%-
HSV(B)173.4º75.2%99.61%-
XYZ52.277.8289.36-
YUV194.5149.7234.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.45%
GREEN value IS 254 (99.61% from 255) = 46.18%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=11.45%
G=46.18%
B=42.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal632542330.7500.080.00173.498.9662.16
Hex3FFEE94B080ad633e
Octal77376351113010025514376
Binary11111111111110111010011001011010000101011011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,254,233); }

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

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

 a { background-color: rgb(63,254,233); }

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

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

 span { border-color: rgb(63,254,233); }

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