#3FE8B4

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

Shades of Turquoise #3FE8B4

Tints of Turquoise #3FE8B4

Color information

#3FE8B4 (or 0x3FE8B4) is unknown color: approx Turquoise. HEX triplet: 3F, E8 and B4. RGB value is (63,232,180). Sum of RGB (Red+Green+Blue) = 63+232+180=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE8B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE8B4 is #C0174B. Grayscale: #AFAFAF. Windows color (decimal): -12588876 or 11855935. OLE color: 11855935.

HSL color Cylindrical-coordinate representation of color #3FE8B4: hue angle of 161.54º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE8B4 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB63232180-
CMYK0.7300.220.09
HSL161.54º78.6%57.84%-
HSV(B)161.54º72.84%90.98%-
XYZ39.1462.0753.1-
YUV175.54130.5147.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.26%
GREEN value IS 232 (91.02% from 255) = 48.84%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=13.26%
G=48.84%
B=37.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632321800.7300.220.09161.5478.657.84
Hex3FE8B4490169a24f3a
Octal773502641110261124211772
Binary111111111010001011010010010010101101001101000101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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