Html Css Color HEX #39C6BA Medium Turquoise

📋 copy color: '#39C6BA'

red 57 ◦ green 198 ◦ blue 186

#39C6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #39C6BA

Tints of Medium Turquoise #39C6BA

RGB

 RED value IS 57 (22.66% from 255) = 12.93%

 GREEN value IS 198 (77.73% from 255) = 44.9%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 12.93%
G = 44.9%
B = 42.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#39C6BA (or 0x39C6BA) is known color: Medium Turquoise. HEX triplet: 39, C6 and BA. RGB value is (57,198,186). Sum of RGB (Red+Green+Blue) = 57+198+186=441 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.93% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #39C6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C6BA is #C63945. Grayscale: #9A9A9A. Windows color (decimal): -12990790 or 12240441. OLE color: 12240441.

HSL color Cylindrical-coordinate representation of color #39C6BA: hue angle of 174.89º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C6BA is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 198 186 -
CMYK 0.71 0 0.06 0.22
HSL 174.89º 0.55% 0.5% -
HSV(B) 174.89º 0.71% 0.78% -
XYZ 30.74 44.8 53.48 -
YUV 154.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 57 198 186 0.71 0 0.06 0.22 174.89 0.55 0.5
Hex 39 C6 BA 47 0 6 16 AF 37 32
Octal 71 306 272 107 0 6 26 257 67 62
Binary 111001 11000110 10111010 1000111 0 110 10110 10101111 110111 110010

Color Harmonies of #39C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C6BA

Black with #39C6BA

Text Example


Text Example

White with #39C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,198,186); }

 H1.HeaderClassName
 {
   color: #39C6BA;
 }
 .AnyTagClassName
 {
   color: #39C6BA;
 }
</style>

background-color css

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

 a { background-color: rgb(57,198,186); }

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

border-color css

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

 span { border-color: rgb(57,198,186); }

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