#3FEDB7

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

Shades of Turquoise #3FEDB7

Tints of Turquoise #3FEDB7

Color information

#3FEDB7 (or 0x3FEDB7) is unknown color: approx Turquoise. HEX triplet: 3F, ED and B7. RGB value is (63,237,183). Sum of RGB (Red+Green+Blue) = 63+237+183=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDB7 is #C01248. Grayscale: #B2B2B2. Windows color (decimal): -12587593 or 12053823. OLE color: 12053823.

HSL color Cylindrical-coordinate representation of color #3FEDB7: hue angle of 161.38º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDB7 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB63237183-
CMYK0.7300.230.07
HSL161.38º82.86%58.82%-
HSV(B)161.38º73.42%92.94%-
XYZ40.8865.0455.2-
YUV178.82130.3545.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.04%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=13.04%
G=49.07%
B=37.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal632371830.7300.230.07161.3882.8658.82
Hex3FEDB7490177a1533b
Octal77355267111027724112373
Binary11111111101101101101111001001010111111101000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,237,183); }

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

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

 a { background-color: rgb(63,237,183); }

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

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

 span { border-color: rgb(63,237,183); }

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