#39E5C8

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

Shades of Turquoise #39E5C8

Tints of Turquoise #39E5C8

Color information

#39E5C8 (or 0x39E5C8) is unknown color: approx Turquoise. HEX triplet: 39, E5 and C8. RGB value is (57,229,200). Sum of RGB (Red+Green+Blue) = 57+229+200=486 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.73% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5C8 is #C61A37. Grayscale: #AEAEAE. Windows color (decimal): -12982840 or 13165881. OLE color: 13165881.

HSL color Cylindrical-coordinate representation of color #39E5C8: hue angle of 169.88º 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 #39E5C8 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB57229200-
CMYK0.7500.130.10
HSL169.88º76.79%56.08%-
HSV(B)169.88º75.11%89.8%-
XYZ40.1361.0864.32-
YUV174.27142.5244.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.73%
GREEN value IS 229 (89.84% from 255) = 47.12%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=11.73%
G=47.12%
B=41.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal572292000.7500.130.10169.8876.7956.08
Hex39E5C84B0DAaa4d38
Octal713453101130151225211570
Binary11100111100101110010001001011011011010101010101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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