#3FFAE7

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

Shades of Turquoise #3FFAE7

Tints of Turquoise #3FFAE7

Color information

#3FFAE7 (or 0x3FFAE7) is unknown color: approx Turquoise. HEX triplet: 3F, FA and E7. RGB value is (63,250,231). Sum of RGB (Red+Green+Blue) = 63+250+231=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAE7 is #C00518. Grayscale: #BFBFBF. Windows color (decimal): -12584217 or 15202879. OLE color: 15202879.

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

Color convert

RGB63250231-
CMYK0.7500.080.02
HSL173.9º94.92%61.37%-
HSV(B)173.9º74.8%98.04%-
XYZ50.6675.287.45-
YUV191.92150.0536.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.58%
GREEN value IS 250 (98.05% from 255) = 45.96%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=11.58%
G=45.96%
B=42.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632502310.7500.080.02173.994.9261.37
Hex3FFAE74B082ae5f3d
Octal77372347113010225613775
Binary111111111110101110011110010110100010101011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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