#39EDC7

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

Shades of Turquoise #39EDC7

Tints of Turquoise #39EDC7

Color information

#39EDC7 (or 0x39EDC7) is unknown color: approx Turquoise. HEX triplet: 39, ED and C7. RGB value is (57,237,199). Sum of RGB (Red+Green+Blue) = 57+237+199=493 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.56% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #39EDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EDC7 is #C61238. Grayscale: #B2B2B2. Windows color (decimal): -12980793 or 13102393. OLE color: 13102393.

HSL color Cylindrical-coordinate representation of color #39EDC7: hue angle of 167.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EDC7 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB57237199-
CMYK0.7600.160.07
HSL167.33º83.33%57.65%-
HSV(B)167.33º75.95%92.94%-
XYZ42.2865.5664.46-
YUV178.85139.3741.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.56%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 199 (78.12% from 255) = 40.37%
R=11.56%
G=48.07%
B=40.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal572371990.7600.160.07167.3383.3357.65
Hex39EDC74C0107a7533a
Octal71355307114020724712372
Binary11100111101101110001111001100010000111101001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,237,199); }

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

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

 a { background-color: rgb(57,237,199); }

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

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

 span { border-color: rgb(57,237,199); }

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