#39EFC5

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

Shades of Turquoise #39EFC5

Tints of Turquoise #39EFC5

Color information

#39EFC5 (or 0x39EFC5) is unknown color: approx Turquoise. HEX triplet: 39, EF and C5. RGB value is (57,239,197). Sum of RGB (Red+Green+Blue) = 57+239+197=493 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.56% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #39EFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EFC5 is #C6103A. Grayscale: #B3B3B3. Windows color (decimal): -12980283 or 12971833. OLE color: 12971833.

HSL color Cylindrical-coordinate representation of color #39EFC5: hue angle of 166.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EFC5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB57239197-
CMYK0.7600.180.06
HSL166.15º85.05%58.04%-
HSV(B)166.15º76.15%93.73%-
XYZ42.6366.6363.44-
YUV179.79137.740.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.56%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=11.56%
G=48.48%
B=39.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal572391970.7600.180.06166.1585.0558.04
Hex39EFC54C0126a6553a
Octal71357305114022624612572
Binary11100111101111110001011001100010010110101001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,239,197); }

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

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

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

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

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

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

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