#3BE6ED

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

Shades of Turquoise #3BE6ED

Tints of Turquoise #3BE6ED

Color information

#3BE6ED (or 0x3BE6ED) is unknown color: approx Turquoise. HEX triplet: 3B, E6 and ED. RGB value is (59,230,237). Sum of RGB (Red+Green+Blue) = 59+230+237=526 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.22% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BE6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BE6ED is #C41912. Grayscale: #B3B3B3. Windows color (decimal): -12851475 or 15590971. OLE color: 15590971.

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

Color convert

RGB59230237-
CMYK0.750.0300.07
HSL182.36º83.18%58.04%-
HSV(B)182.36º75.11%92.94%-
XYZ45.3963.6490.01-
YUV179.67160.3541.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.22%
GREEN value IS 230 (90.23% from 255) = 43.73%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=11.22%
G=43.73%
B=45.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592302370.750.0300.07182.3683.1858.04
Hex3BE6ED4B307b6533a
Octal7334635511330726612372
Binary11101111100110111011011001011110111101101101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,230,237); }

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

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

 a { background-color: rgb(59,230,237); }

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

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

 span { border-color: rgb(59,230,237); }

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