#39EBBA

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

Shades of Turquoise #39EBBA

Tints of Turquoise #39EBBA

Color information

#39EBBA (or 0x39EBBA) is unknown color: approx Turquoise. HEX triplet: 39, EB and BA. RGB value is (57,235,186). Sum of RGB (Red+Green+Blue) = 57+235+186=478 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.92% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBBA is #C61445. Grayscale: #B0B0B0. Windows color (decimal): -12981318 or 12249913. OLE color: 12249913.

HSL color Cylindrical-coordinate representation of color #39EBBA: hue angle of 163.48º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EBBA is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB57235186-
CMYK0.7600.210.08
HSL163.48º81.65%57.25%-
HSV(B)163.48º75.74%92.16%-
XYZ40.2663.8356.65-
YUV176.19133.5342.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.92%
GREEN value IS 235 (92.19% from 255) = 49.16%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=11.92%
G=49.16%
B=38.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal572351860.7600.210.08163.4881.6557.25
Hex39EBBA4C0158a35239
Octal713532721140251024312271
Binary111001111010111011101010011000101011000101000111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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