#39F0E5

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

Shades of Turquoise #39F0E5

Tints of Turquoise #39F0E5

Color information

#39F0E5 (or 0x39F0E5) is unknown color: approx Turquoise. HEX triplet: 39, F0 and E5. RGB value is (57,240,229). Sum of RGB (Red+Green+Blue) = 57+240+229=526 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.84% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #39F0E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F0E5 is #C60F1A. Grayscale: #B7B7B7. Windows color (decimal): -12979995 or 15069241. OLE color: 15069241.

HSL color Cylindrical-coordinate representation of color #39F0E5: hue angle of 176.39º degrees, saturation: 0.86, 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 #39F0E5 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB57240229-
CMYK0.7600.050.06
HSL176.39º85.92%58.24%-
HSV(B)176.39º76.25%94.12%-
XYZ46.9968.8584.94-
YUV184.03153.3737.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.84%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 229 (89.84% from 255) = 43.54%
R=10.84%
G=45.63%
B=43.54%

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
Decimal572402290.7600.050.06176.3985.9258.24
Hex39F0E54C056b0563a
Octal7136034511405626012672
Binary111001111100001110010110011000101110101100001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,240,229); }

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

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

 a { background-color: rgb(57,240,229); }

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

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

 span { border-color: rgb(57,240,229); }

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