#39E2B4

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

Shades of Turquoise #39E2B4

Tints of Turquoise #39E2B4

Color information

#39E2B4 (or 0x39E2B4) is unknown color: approx Turquoise. HEX triplet: 39, E2 and B4. RGB value is (57,226,180). Sum of RGB (Red+Green+Blue) = 57+226+180=463 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.31% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #39E2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E2B4 is #C61D4B. Grayscale: #AAAAAA. Windows color (decimal): -12983628 or 11854393. OLE color: 11854393.

HSL color Cylindrical-coordinate representation of color #39E2B4: hue angle of 163.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E2B4 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB57226180-
CMYK0.7500.200.11
HSL163.67º74.45%55.49%-
HSV(B)163.67º74.78%88.63%-
XYZ37.1258.5652.53-
YUV170.23133.5147.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.31%
GREEN value IS 226 (88.67% from 255) = 48.81%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=12.31%
G=48.81%
B=38.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572261800.7500.200.11163.6774.4555.49
Hex39E2B44B014Ba44a37
Octal713422641130241324411267
Binary111001111000101011010010010110101001011101001001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,226,180); }

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

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

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

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

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

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

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