#39EEB8

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

Shades of Turquoise #39EEB8

Tints of Turquoise #39EEB8

Color information

#39EEB8 (or 0x39EEB8) is unknown color: approx Turquoise. HEX triplet: 39, EE and B8. RGB value is (57,238,184). Sum of RGB (Red+Green+Blue) = 57+238+184=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #39EEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EEB8 is #C61147. Grayscale: #B1B1B1. Windows color (decimal): -12980552 or 12119609. OLE color: 12119609.

HSL color Cylindrical-coordinate representation of color #39EEB8: hue angle of 162.1º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EEB8 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB57238184-
CMYK0.7600.230.07
HSL162.1º84.19%57.84%-
HSV(B)162.1º76.05%93.33%-
XYZ40.9165.4855.83-
YUV177.72131.5341.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.90%
GREEN value IS 238 (93.36% from 255) = 49.69%
BLUE value IS 184 (72.27% from 255) = 38.41%
R=11.90%
G=49.69%
B=38.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal572381840.7600.230.07162.184.1957.84
Hex39EEB84C0177a2543a
Octal71356270114027724212472
Binary11100111101110101110001001100010111111101000101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,238,184); }

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

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

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

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

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

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

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