Html Css Color HEX #39C2BB Medium Turquoise

📋 copy color: '#39C2BB'

red 57 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #39C2BB

Tints of Medium Turquoise #39C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 13.01%
G = 44.29%
B = 42.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#39C2BB (or 0x39C2BB) is known color: Medium Turquoise. HEX triplet: 39, C2 and BB. RGB value is (57,194,187). Sum of RGB (Red+Green+Blue) = 57+194+187=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #39C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C2BB is #C63D44. Grayscale: #989898. Windows color (decimal): -12991813 or 12304953. OLE color: 12304953.

HSL color Cylindrical-coordinate representation of color #39C2BB: hue angle of 176.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C2BB is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 194 187 -
CMYK 0.71 0 0.04 0.24
HSL 176.93º 0.55% 0.49% -
HSV(B) 176.93º 0.71% 0.76% -
XYZ 29.95 43.04 53.74 -
YUV 152.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 57 194 187 0.71 0 0.04 0.24 176.93 0.55 0.49
Hex 39 C2 BB 47 0 4 18 B1 37 31
Octal 71 302 273 107 0 4 30 261 67 61
Binary 111001 11000010 10111011 1000111 0 100 11000 10110001 110111 110001

Color Harmonies of #39C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C2BB

Black with #39C2BB

Text Example


Text Example

White with #39C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,194,187); }

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

background-color css

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

 a { background-color: rgb(57,194,187); }

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

border-color css

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

 span { border-color: rgb(57,194,187); }

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