#39BDBA

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

Shades of Medium Turquoise #39BDBA

Tints of Medium Turquoise #39BDBA

Color information

#39BDBA (or 0x39BDBA) is unknown color: approx Medium Turquoise. HEX triplet: 39, BD and BA. RGB value is (57,189,186). Sum of RGB (Red+Green+Blue) = 57+189+186=432 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.19% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #39BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BDBA is #C64245. Grayscale: #959595. Windows color (decimal): -12993094 or 12238137. OLE color: 12238137.

HSL color Cylindrical-coordinate representation of color #39BDBA: hue angle of 178.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BDBA is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB57189186-
CMYK0.7000.020.26
HSL178.64º53.66%48.24%-
HSV(B)178.64º69.84%74.12%-
XYZ28.7540.8152.82-
YUV149.19148.7762.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.19%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=13.19%
G=43.75%
B=43.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571891860.7000.020.26178.6453.6648.24
Hex39BDBA46021Ab33630
Octal7127527210602322636660
Binary111001101111011011101010001100101101010110011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,189,186); }

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

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

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

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

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

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

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