Html Css Color HEX #39C5B9 Medium Turquoise

📋 copy color: '#39C5B9'

red 57 ◦ green 197 ◦ blue 185

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

Shades of Medium Turquoise #39C5B9

Tints of Medium Turquoise #39C5B9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.87%

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 12.98%
G = 44.87%
B = 42.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#39C5B9 (or 0x39C5B9) is known color: Medium Turquoise. HEX triplet: 39, C5 and B9. RGB value is (57,197,185). Sum of RGB (Red+Green+Blue) = 57+197+185=439 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.98% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #39C5B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C5B9 is #C63A46. Grayscale: #999999. Windows color (decimal): -12991047 or 12174649. OLE color: 12174649.

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

Color convert

RGB 57 197 185 -
CMYK 0.71 0 0.06 0.23
HSL 174.86º 0.55% 0.5% -
HSV(B) 174.86º 0.71% 0.77% -
XYZ 30.41 44.31 52.85 -
YUV 153.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 57 197 185 0.71 0 0.06 0.23 174.86 0.55 0.5
Hex 39 C5 B9 47 0 6 17 AF 37 32
Octal 71 305 271 107 0 6 27 257 67 62
Binary 111001 11000101 10111001 1000111 0 110 10111 10101111 110111 110010

Color Harmonies of #39C5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C5B9

Black with #39C5B9

Text Example


Text Example

White with #39C5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,197,185); }

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

background-color css

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

 a { background-color: rgb(57,197,185); }

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

border-color css

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

 span { border-color: rgb(57,197,185); }

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