#39BFC0

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

Shades of Medium Turquoise #39BFC0

Tints of Medium Turquoise #39BFC0

Color information

#39BFC0 (or 0x39BFC0) is unknown color: approx Medium Turquoise. HEX triplet: 39, BF and C0. RGB value is (57,191,192). Sum of RGB (Red+Green+Blue) = 57+191+192=440 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.95% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #39BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BFC0 is #C6403F. Grayscale: #969696. Windows color (decimal): -12992576 or 12631865. OLE color: 12631865.

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

Color convert

RGB57191192-
CMYK0.700.0100.25
HSL180.44º54.22%48.82%-
HSV(B)180.44º70.31%75.29%-
XYZ29.8341.9456.39-
YUV151.05151.1160.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.95%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=12.95%
G=43.41%
B=43.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571911920.700.0100.25180.4454.2248.82
Hex39BFC0461019b43631
Octal7127730010610312646661
Binary11100110111111110000001000110101100110110100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,191,192); }

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

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

 a { background-color: rgb(57,191,192); }

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

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

 span { border-color: rgb(57,191,192); }

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