#39E2B3

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

Shades of Turquoise #39E2B3

Tints of Turquoise #39E2B3

Color information

#39E2B3 (or 0x39E2B3) is unknown color: approx Turquoise. HEX triplet: 39, E2 and B3. RGB value is (57,226,179). Sum of RGB (Red+Green+Blue) = 57+226+179=462 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.34% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #39E2B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E2B3 is #C61D4C. Grayscale: #AAAAAA. Windows color (decimal): -12983629 or 11788857. OLE color: 11788857.

HSL color Cylindrical-coordinate representation of color #39E2B3: hue angle of 163.31º 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 #39E2B3 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB57226179-
CMYK0.7500.210.11
HSL163.31º74.45%55.49%-
HSV(B)163.31º74.78%88.63%-
XYZ37.0258.5251.99-
YUV170.11133.0147.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.34%
GREEN value IS 226 (88.67% from 255) = 48.92%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=12.34%
G=48.92%
B=38.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572261790.7500.210.11163.3174.4555.49
Hex39E2B34B015Ba34a37
Octal713422631130251324311267
Binary111001111000101011001110010110101011011101000111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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