#39E5DC

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

Shades of Turquoise #39E5DC

Tints of Turquoise #39E5DC

Color information

#39E5DC (or 0x39E5DC) is unknown color: approx Turquoise. HEX triplet: 39, E5 and DC. RGB value is (57,229,220). Sum of RGB (Red+Green+Blue) = 57+229+220=506 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.26% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5DC is #C61A23. Grayscale: #B0B0B0. Windows color (decimal): -12982820 or 14476601. OLE color: 14476601.

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

Color convert

RGB57229220-
CMYK0.7500.040.10
HSL176.86º76.79%56.08%-
HSV(B)176.86º75.11%89.8%-
XYZ42.6262.0877.45-
YUV176.55152.5242.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.26%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=11.26%
G=45.26%
B=43.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal572292200.7500.040.10176.8676.7956.08
Hex39E5DC4B04Ab14d38
Octal71345334113041226111570
Binary1110011110010111011100100101101001010101100011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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