#3BE2EB

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

Shades of Turquoise #3BE2EB

Tints of Turquoise #3BE2EB

Color information

#3BE2EB (or 0x3BE2EB) is unknown color: approx Turquoise. HEX triplet: 3B, E2 and EB. RGB value is (59,226,235). Sum of RGB (Red+Green+Blue) = 59+226+235=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BE2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE2EB is #C41D14. Grayscale: #B0B0B0. Windows color (decimal): -12852501 or 15458875. OLE color: 15458875.

HSL color Cylindrical-coordinate representation of color #3BE2EB: hue angle of 183.07º 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 #3BE2EB is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59226235-
CMYK0.750.0400.08
HSL183.07º81.48%57.65%-
HSV(B)183.07º74.89%92.16%-
XYZ4461.3288.11-
YUV177.09160.6743.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal592262350.750.0400.08183.0781.4857.65
Hex3BE2EB4B408b7513a
Octal73342353113401026712172
Binary1110111110001011101011100101110001000101101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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