#39E0E5

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

Shades of Turquoise #39E0E5

Tints of Turquoise #39E0E5

Color information

#39E0E5 (or 0x39E0E5) is unknown color: approx Turquoise. HEX triplet: 39, E0 and E5. RGB value is (57,224,229). Sum of RGB (Red+Green+Blue) = 57+224+229=510 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.18% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #39E0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E0E5 is #C61F1A. Grayscale: #AEAEAE. Windows color (decimal): -12984091 or 15065145. OLE color: 15065145.

HSL color Cylindrical-coordinate representation of color #39E0E5: hue angle of 181.74º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E0E5 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB57224229-
CMYK0.750.0200.10
HSL181.74º76.79%56.08%-
HSV(B)181.74º75.11%89.8%-
XYZ42.4959.8483.44-
YUV174.64158.6744.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.18%
GREEN value IS 224 (87.89% from 255) = 43.92%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=11.18%
G=43.92%
B=44.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal572242290.750.0200.10181.7476.7956.08
Hex39E0E54B20Ab64d38
Octal71340345113201226611570
Binary111001111000001110010110010111001010101101101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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