#39BFBF

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

Shades of Medium Turquoise #39BFBF

Tints of Medium Turquoise #39BFBF

Color information

#39BFBF (or 0x39BFBF) is unknown color: approx Medium Turquoise. HEX triplet: 39, BF and BF. RGB value is (57,191,191). Sum of RGB (Red+Green+Blue) = 57+191+191=439 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.98% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #39BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BFBF is #C64040. Grayscale: #969696. Windows color (decimal): -12992577 or 12566329. OLE color: 12566329.

HSL color Cylindrical-coordinate representation of color #39BFBF: hue angle of 180º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BFBF is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57191191-
CMYK0.70000.25
HSL180º54.03%48.63%-
HSV(B)180º70.16%74.9%-
XYZ29.7241.8955.81-
YUV150.93150.6161-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.98%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 191 (75% from 255) = 43.51%
R=12.98%
G=43.51%
B=43.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571911910.70000.2518054.0348.63
Hex39BFBF460019b43631
Octal7127727710600312646661
Binary11100110111111101111111000110001100110110100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BFBF; }

 p { color: rgb(57,191,191); }

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

<style>
 a { background-color: #39BFBF; }

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

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

<style>
 span { border-color: #39BFBF; }

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

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