#3FEDB6

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

Shades of Turquoise #3FEDB6

Tints of Turquoise #3FEDB6

Color information

#3FEDB6 (or 0x3FEDB6) is unknown color: approx Turquoise. HEX triplet: 3F, ED and B6. RGB value is (63,237,182). Sum of RGB (Red+Green+Blue) = 63+237+182=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDB6 is #C01249. Grayscale: #B2B2B2. Windows color (decimal): -12587594 or 11988287. OLE color: 11988287.

HSL color Cylindrical-coordinate representation of color #3FEDB6: hue angle of 161.03º 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 #3FEDB6 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB63237182-
CMYK0.7300.230.07
HSL161.03º82.86%58.82%-
HSV(B)161.03º73.42%92.94%-
XYZ40.786554.65-
YUV178.7129.8545.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.07%
GREEN value IS 237 (92.97% from 255) = 49.17%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=13.07%
G=49.17%
B=37.76%

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
Decimal632371820.7300.230.07161.0382.8658.82
Hex3FEDB6490177a1533b
Octal77355266111027724112373
Binary11111111101101101101101001001010111111101000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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