#3BBEBA

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

Shades of Medium Turquoise #3BBEBA

Tints of Medium Turquoise #3BBEBA

Color information

#3BBEBA (or 0x3BBEBA) is unknown color: approx Medium Turquoise. HEX triplet: 3B, BE and BA. RGB value is (59,190,186). Sum of RGB (Red+Green+Blue) = 59+190+186=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBEBA is #C44145. Grayscale: #969696. Windows color (decimal): -12861766 or 12238395. OLE color: 12238395.

HSL color Cylindrical-coordinate representation of color #3BBEBA: hue angle of 178.17º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBEBA is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB59190186-
CMYK0.6900.020.25
HSL178.17º52.61%48.82%-
HSV(B)178.17º68.95%74.51%-
XYZ29.0841.352.89-
YUV150.38148.162.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.56%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=13.56%
G=43.68%
B=42.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591901860.6900.020.25178.1752.6148.82
Hex3BBEBA450219b23531
Octal7327627210502312626561
Binary111011101111101011101010001010101100110110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,190,186); }

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

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

 a { background-color: rgb(59,190,186); }

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

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

 span { border-color: rgb(59,190,186); }

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