#39C1BC

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

Shades of Medium Turquoise #39C1BC

Tints of Medium Turquoise #39C1BC

Color information

#39C1BC (or 0x39C1BC) is unknown color: approx Medium Turquoise. HEX triplet: 39, C1 and BC. RGB value is (57,193,188). Sum of RGB (Red+Green+Blue) = 57+193+188=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #39C1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C1BC is #C63E43. Grayscale: #979797. Windows color (decimal): -12992068 or 12370233. OLE color: 12370233.

HSL color Cylindrical-coordinate representation of color #39C1BC: hue angle of 177.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C1BC is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB57193188-
CMYK0.7000.030.24
HSL177.79º54.4%49.02%-
HSV(B)177.79º70.47%75.69%-
XYZ29.8342.6454.23-
YUV151.77148.4460.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.01%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=13.01%
G=44.06%
B=42.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571931880.7000.030.24177.7954.449.02
Hex39C1BC460318b23631
Octal7130127410603302626661
Binary111001110000011011110010001100111100010110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,193,188); }

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

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

 a { background-color: rgb(57,193,188); }

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

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

 span { border-color: rgb(57,193,188); }

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