#3BD5B6

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

Shades of Medium Turquoise #3BD5B6

Tints of Medium Turquoise #3BD5B6

Color information

#3BD5B6 (or 0x3BD5B6) is unknown color: approx Medium Turquoise. HEX triplet: 3B, D5 and B6. RGB value is (59,213,182). Sum of RGB (Red+Green+Blue) = 59+213+182=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD5B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD5B6 is #C42A49. Grayscale: #A3A3A3. Windows color (decimal): -12855882 or 11982139. OLE color: 11982139.

HSL color Cylindrical-coordinate representation of color #3BD5B6: hue angle of 167.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD5B6 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB59213182-
CMYK0.7200.150.16
HSL167.92º64.71%53.33%-
HSV(B)167.92º72.3%83.53%-
XYZ34.0451.952.48-
YUV163.42138.4853.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.00%
GREEN value IS 213 (83.59% from 255) = 46.92%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=13.00%
G=46.92%
B=40.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592131820.7200.150.16167.9264.7153.33
Hex3BD5B6480F10a84135
Octal733252661100172025010165
Binary111011110101011011011010010000111110000101010001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,213,182); }

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

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

 a { background-color: rgb(59,213,182); }

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

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

 span { border-color: rgb(59,213,182); }

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