#3BEBE2

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

Shades of Turquoise #3BEBE2

Tints of Turquoise #3BEBE2

Color information

#3BEBE2 (or 0x3BEBE2) is unknown color: approx Turquoise. HEX triplet: 3B, EB and E2. RGB value is (59,235,226). Sum of RGB (Red+Green+Blue) = 59+235+226=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBE2 is #C4141D. Grayscale: #B5B5B5. Windows color (decimal): -12850206 or 14871355. OLE color: 14871355.

HSL color Cylindrical-coordinate representation of color #3BEBE2: hue angle of 176.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBE2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB59235226-
CMYK0.7500.040.08
HSL176.93º81.48%57.65%-
HSV(B)176.93º74.89%92.16%-
XYZ45.2465.8482.28-
YUV181.35153.1940.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.35%
GREEN value IS 235 (92.19% from 255) = 45.19%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=11.35%
G=45.19%
B=43.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal592352260.7500.040.08176.9381.4857.65
Hex3BEBE24B048b1513a
Octal73353342113041026112172
Binary1110111110101111100010100101101001000101100011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,235,226); }

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

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

 a { background-color: rgb(59,235,226); }

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

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

 span { border-color: rgb(59,235,226); }

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