#3BD4BF

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

Shades of Medium Turquoise #3BD4BF

Tints of Medium Turquoise #3BD4BF

Color information

#3BD4BF (or 0x3BD4BF) is unknown color: approx Medium Turquoise. HEX triplet: 3B, D4 and BF. RGB value is (59,212,191). Sum of RGB (Red+Green+Blue) = 59+212+191=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD4BF is #C42B40. Grayscale: #A3A3A3. Windows color (decimal): -12856129 or 12571707. OLE color: 12571707.

HSL color Cylindrical-coordinate representation of color #3BD4BF: hue angle of 171.76º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD4BF is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB59212191-
CMYK0.7200.100.17
HSL171.76º64.02%53.14%-
HSV(B)171.76º72.17%83.14%-
XYZ34.7551.7857.45-
YUV163.86143.3153.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.77%
GREEN value IS 212 (83.20% from 255) = 45.89%
BLUE value IS 191 (75% from 255) = 41.34%
R=12.77%
G=45.89%
B=41.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592121910.7200.100.17171.7664.0253.14
Hex3BD4BF480A11ac4035
Octal733242771100122125410065
Binary111011110101001011111110010000101010001101011001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,212,191); }

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

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

 a { background-color: rgb(59,212,191); }

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

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

 span { border-color: rgb(59,212,191); }

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