#39EFE2

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

Shades of Turquoise #39EFE2

Tints of Turquoise #39EFE2

Color information

#39EFE2 (or 0x39EFE2) is unknown color: approx Turquoise. HEX triplet: 39, EF and E2. RGB value is (57,239,226). Sum of RGB (Red+Green+Blue) = 57+239+226=522 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.92% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #39EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EFE2 is #C6101D. Grayscale: #B6B6B6. Windows color (decimal): -12980254 or 14872377. OLE color: 14872377.

HSL color Cylindrical-coordinate representation of color #39EFE2: hue angle of 175.71º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EFE2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB57239226-
CMYK0.7600.050.06
HSL175.71º85.05%58.04%-
HSV(B)175.71º76.15%93.73%-
XYZ46.2868.0982.66-
YUV183.1152.238.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.92%
GREEN value IS 239 (93.75% from 255) = 45.79%
BLUE value IS 226 (88.67% from 255) = 43.30%
R=10.92%
G=45.79%
B=43.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal572392260.7600.050.06175.7185.0558.04
Hex39EFE24C056b0553a
Octal7135734211405626012572
Binary111001111011111110001010011000101110101100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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