#39E0BA

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

Shades of Turquoise #39E0BA

Tints of Turquoise #39E0BA

Color information

#39E0BA (or 0x39E0BA) is unknown color: approx Turquoise. HEX triplet: 39, E0 and BA. RGB value is (57,224,186). Sum of RGB (Red+Green+Blue) = 57+224+186=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #39E0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E0BA is #C61F45. Grayscale: #A9A9A9. Windows color (decimal): -12984134 or 12247097. OLE color: 12247097.

HSL color Cylindrical-coordinate representation of color #39E0BA: hue angle of 166.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E0BA is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB57224186-
CMYK0.7500.170.12
HSL166.35º72.93%55.1%-
HSV(B)166.35º74.55%87.84%-
XYZ37.2157.7355.64-
YUV169.74137.1747.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.21%
GREEN value IS 224 (87.89% from 255) = 47.97%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=12.21%
G=47.97%
B=39.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal572241860.7500.170.12166.3572.9355.1
Hex39E0BA4B011Ca64937
Octal713402721130211424611167
Binary111001111000001011101010010110100011100101001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,224,186); }

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

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

 a { background-color: rgb(57,224,186); }

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

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

 span { border-color: rgb(57,224,186); }

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