#3FF8AE

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

Shades of Turquoise #3FF8AE

Tints of Turquoise #3FF8AE

Color information

#3FF8AE (or 0x3FF8AE) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and AE. RGB value is (63,248,174). Sum of RGB (Red+Green+Blue) = 63+248+174=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF8AE is #C00751. Grayscale: #B8B8B8. Windows color (decimal): -12584786 or 11466815. OLE color: 11466815.

HSL color Cylindrical-coordinate representation of color #3FF8AE: hue angle of 156º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8AE is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB63248174-
CMYK0.7500.300.03
HSL156º92.96%60.98%-
HSV(B)156º74.6%97.25%-
XYZ43.2671.2551.52-
YUV184.25122.2141.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.99%
GREEN value IS 248 (97.27% from 255) = 51.13%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=12.99%
G=51.13%
B=35.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632481740.7500.300.0315692.9660.98
Hex3FF8AE4B01E39c5d3d
Octal77370256113036323413575
Binary1111111111100010101110100101101111011100111001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,248,174); }

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

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

 a { background-color: rgb(63,248,174); }

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

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

 span { border-color: rgb(63,248,174); }

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