#39EBBB

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

Shades of Turquoise #39EBBB

Tints of Turquoise #39EBBB

Color information

#39EBBB (or 0x39EBBB) is unknown color: approx Turquoise. HEX triplet: 39, EB and BB. RGB value is (57,235,187). Sum of RGB (Red+Green+Blue) = 57+235+187=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBBB is #C61444. Grayscale: #B0B0B0. Windows color (decimal): -12981317 or 12315449. OLE color: 12315449.

HSL color Cylindrical-coordinate representation of color #39EBBB: hue angle of 163.82º 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 #39EBBB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB57235187-
CMYK0.7600.200.08
HSL163.82º81.65%57.25%-
HSV(B)163.82º75.74%92.16%-
XYZ40.3763.8757.22-
YUV176.31134.0342.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.90%
GREEN value IS 235 (92.19% from 255) = 49.06%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=11.90%
G=49.06%
B=39.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal572351870.7600.200.08163.8281.6557.25
Hex39EBBB4C0148a45239
Octal713532731140241024412271
Binary111001111010111011101110011000101001000101001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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