#3BEDE6

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

Shades of Turquoise #3BEDE6

Tints of Turquoise #3BEDE6

Color information

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

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

Color convert

RGB59237230-
CMYK0.7500.030.07
HSL177.64º83.18%58.04%-
HSV(B)177.64º75.11%92.94%-
XYZ46.3767.2185.39-
YUV182.98154.5339.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592372300.7500.030.07177.6483.1858.04
Hex3BEDE64B037b2533a
Octal7335534611303726212372
Binary11101111101101111001101001011011111101100101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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