#39E6C2

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

Shades of Turquoise #39E6C2

Tints of Turquoise #39E6C2

Color information

#39E6C2 (or 0x39E6C2) is unknown color: approx Turquoise. HEX triplet: 39, E6 and C2. RGB value is (57,230,194). Sum of RGB (Red+Green+Blue) = 57+230+194=481 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.85% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #39E6C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E6C2 is #C6193D. Grayscale: #AEAEAE. Windows color (decimal): -12982590 or 12772921. OLE color: 12772921.

HSL color Cylindrical-coordinate representation of color #39E6C2: hue angle of 167.51º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E6C2 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB57230194-
CMYK0.7500.160.10
HSL167.51º77.58%56.27%-
HSV(B)167.51º75.22%90.2%-
XYZ39.7261.3660.79-
YUV174.17139.1944.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.85%
GREEN value IS 230 (90.23% from 255) = 47.82%
BLUE value IS 194 (76.17% from 255) = 40.33%
R=11.85%
G=47.82%
B=40.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal572301940.7500.160.10167.5177.5856.27
Hex39E6C24B010Aa84e38
Octal713463021130201225011670
Binary111001111001101100001010010110100001010101010001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,230,194); }

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

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

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

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

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

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

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