#3FFAB0

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

Shades of Turquoise #3FFAB0

Tints of Turquoise #3FFAB0

Color information

#3FFAB0 (or 0x3FFAB0) is unknown color: approx Turquoise. HEX triplet: 3F, FA and B0. RGB value is (63,250,176). Sum of RGB (Red+Green+Blue) = 63+250+176=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAB0 is #C0054F. Grayscale: #B9B9B9. Windows color (decimal): -12584272 or 11598399. OLE color: 11598399.

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

Color convert

RGB63250176-
CMYK0.7500.300.02
HSL156.26º94.92%61.37%-
HSV(B)156.26º74.8%98.04%-
XYZ44.0772.5652.76-
YUV185.65122.5540.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.88%
GREEN value IS 250 (98.05% from 255) = 51.12%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=12.88%
G=51.12%
B=35.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632501760.7500.300.02156.2694.9261.37
Hex3FFAB04B01E29c5f3d
Octal77372260113036223413775
Binary1111111111101010110000100101101111010100111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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