Html Css Color HEX #39C2BE Medium Turquoise

📋 copy color: '#39C2BE'

red 57 ◦ green 194 ◦ blue 190

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

Shades of Medium Turquoise #39C2BE

Tints of Medium Turquoise #39C2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 12.93%
G = 43.99%
B = 43.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#39C2BE (or 0x39C2BE) is known color: Medium Turquoise. HEX triplet: 39, C2 and BE. RGB value is (57,194,190). Sum of RGB (Red+Green+Blue) = 57+194+190=441 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.93% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #39C2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C2BE is #C63D41. Grayscale: #989898. Windows color (decimal): -12991810 or 12501561. OLE color: 12501561.

HSL color Cylindrical-coordinate representation of color #39C2BE: hue angle of 178.25º 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 #39C2BE is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 194 190 -
CMYK 0.71 0 0.02 0.24
HSL 178.25º 0.55% 0.49% -
HSV(B) 178.25º 0.71% 0.76% -
XYZ 30.27 43.17 55.45 -
YUV 152.58 149.11 59.83 -
System Red Green Blue C M Y K H S L
Decimal 57 194 190 0.71 0 0.02 0.24 178.25 0.55 0.49
Hex 39 C2 BE 47 0 2 18 B2 37 31
Octal 71 302 276 107 0 2 30 262 67 61
Binary 111001 11000010 10111110 1000111 0 10 11000 10110010 110111 110001

Color Harmonies of #39C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C2BE

Black with #39C2BE

Text Example


Text Example

White with #39C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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