#3BEFB2

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

Shades of Turquoise #3BEFB2

Tints of Turquoise #3BEFB2

Color information

#3BEFB2 (or 0x3BEFB2) is unknown color: approx Turquoise. HEX triplet: 3B, EF and B2. RGB value is (59,239,178). Sum of RGB (Red+Green+Blue) = 59+239+178=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEFB2 is #C4104D. Grayscale: #B2B2B2. Windows color (decimal): -12849230 or 11726651. OLE color: 11726651.

HSL color Cylindrical-coordinate representation of color #3BEFB2: hue angle of 159.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFB2 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB59239178-
CMYK0.7500.260.06
HSL159.67º84.91%58.43%-
HSV(B)159.67º75.31%93.73%-
XYZ40.7165.8852.69-
YUV178.23127.8742.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.39%
GREEN value IS 239 (93.75% from 255) = 50.21%
BLUE value IS 178 (69.92% from 255) = 37.39%
R=12.39%
G=50.21%
B=37.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal592391780.7500.260.06159.6784.9158.43
Hex3BEFB24B01A6a0553a
Octal73357262113032624012572
Binary11101111101111101100101001011011010110101000001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,239,178); }

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

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

 a { background-color: rgb(59,239,178); }

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

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

 span { border-color: rgb(59,239,178); }

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