#39D3C9

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

Shades of Medium Turquoise #39D3C9

Tints of Medium Turquoise #39D3C9

Color information

#39D3C9 (or 0x39D3C9) is unknown color: approx Medium Turquoise. HEX triplet: 39, D3 and C9. RGB value is (57,211,201). Sum of RGB (Red+Green+Blue) = 57+211+201=469 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.15% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #39D3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D3C9 is #C62C36. Grayscale: #A3A3A3. Windows color (decimal): -12987447 or 13226809. OLE color: 13226809.

HSL color Cylindrical-coordinate representation of color #39D3C9: hue angle of 176.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D3C9 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB57211201-
CMYK0.7300.050.17
HSL176.1º63.64%52.55%-
HSV(B)176.1º72.99%82.75%-
XYZ35.5251.6863.36-
YUV163.81148.9851.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.15%
GREEN value IS 211 (82.81% from 255) = 44.99%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=12.15%
G=44.99%
B=42.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal572112010.7300.050.17176.163.6452.55
Hex39D3C9490511b04035
Octal71323311111052126010065
Binary11100111010011110010011001001010110001101100001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,211,201); }

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

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

 a { background-color: rgb(57,211,201); }

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

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

 span { border-color: rgb(57,211,201); }

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